Juanfran 2014-08-12 11:51:36 +02:00
parent f4c9b57d34
commit ad94173387
1 changed files with 1 additions and 1 deletions

View File

@ -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)