fix #345
parent
f4c9b57d34
commit
ad94173387
|
@ -7,7 +7,7 @@ CreateProject = ($repo, $confirm, $location, $navurls, $rs, lightboxService) ->
|
||||||
link = ($scope, $el, attrs) ->
|
link = ($scope, $el, attrs) ->
|
||||||
$scope.data = {}
|
$scope.data = {}
|
||||||
$scope.templates = []
|
$scope.templates = []
|
||||||
form = $el.find("form").checksley()
|
form = $el.find("form").checksley({"onlyOneErrorElement": true})
|
||||||
|
|
||||||
onSuccessSubmit = (response) ->
|
onSuccessSubmit = (response) ->
|
||||||
lightboxService.close($el)
|
lightboxService.close($el)
|
||||||
|
|
Loading…
Reference in New Issue