Keep the action with save button

This commit is contained in:
Bing Xie
2016-04-29 10:43:28 +10:00
parent 70ce58f5e1
commit 63b644551c
6 changed files with 6 additions and 7 deletions

View File

@@ -1,7 +1,6 @@
angular.module("admin.utils").directive "saveBar", (StatusMessage) ->
restrict: "E"
scope:
save: "&"
form: "="
buttons: "="
templateUrl: "admin/save_bar.html"