Fixed feathures modification to be applied to nav menu

stable
Jesús Espino 2014-08-05 11:30:07 +02:00
parent 3bb9494eb2
commit 988928bcfa
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ ProjectFeaturesDirective = ($log, $repo, $confirm) ->
promise = $repo.save($scope.project)
promise.then ->
$confirm.notify("success")
$scope.$emit("project:loaded", $scope.project)
promise.then null, (data) ->
console.log "FAIL"