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 = $repo.save($scope.project)
|
||||||
promise.then ->
|
promise.then ->
|
||||||
$confirm.notify("success")
|
$confirm.notify("success")
|
||||||
|
$scope.$emit("project:loaded", $scope.project)
|
||||||
|
|
||||||
promise.then null, (data) ->
|
promise.then null, (data) ->
|
||||||
console.log "FAIL"
|
console.log "FAIL"
|
||||||
|
|
Loading…
Reference in New Issue