Fixed feathures modification to be applied to nav menu
parent
3bb9494eb2
commit
988928bcfa
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue