Juanfran 2014-10-23 09:45:02 +02:00
parent f30ddeb847
commit 4035766a70
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ RegisterDirective = ($auth, $confirm, $location, $navUrls, $config, $analytics)
$location.replace()
$scope.data = {}
form = $el.find("form").checksley()
form = $el.find("form").checksley({onlyOneErrorElement: true})
onSuccessSubmit = (response) ->
$analytics.trackEvent("auth", "register", "user registration", 1)