fix save module in safari

stable
Juanfran 2016-08-10 08:59:20 +02:00
parent 9f6d3f0d37
commit 5f96ca2d4b
1 changed files with 3 additions and 1 deletions

View File

@ -223,10 +223,12 @@ ProjectModulesDirective = ($repo, $confirm, $loading, projectService) ->
$el.on "change", ".module-activation.module-direct-active input", (event) ->
event.preventDefault()
submit()
$scope.$applyAsync(submit)
$el.on "submit", "form", (event) ->
event.preventDefault()
submit()
$el.on "click", ".save", (event) ->