From 988928bcfa4b1145add9a3a4fa59d09af7f7ffef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20Espino?= Date: Tue, 5 Aug 2014 11:30:07 +0200 Subject: [PATCH] Fixed feathures modification to be applied to nav menu --- app/coffee/modules/admin/project-profile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/app/coffee/modules/admin/project-profile.coffee b/app/coffee/modules/admin/project-profile.coffee index 5a6283ab..4459f212 100644 --- a/app/coffee/modules/admin/project-profile.coffee +++ b/app/coffee/modules/admin/project-profile.coffee @@ -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"