mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
9 lines
238 B
CoffeeScript
9 lines
238 B
CoffeeScript
angular.module("admin.utils").directive "saveBar", (StatusMessage) ->
|
|
restrict: "E"
|
|
scope:
|
|
form: "="
|
|
buttons: "="
|
|
templateUrl: "admin/save_bar.html"
|
|
link: (scope, element, attrs) ->
|
|
scope.StatusMessage = StatusMessage
|