fix #1454
parent
f30ddeb847
commit
4035766a70
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue