mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-03-14 04:04:23 +00:00
Adding actions dropdown to admin order view/pages
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
angular.module("admin.dropdown").directive "linksDropdown", ($window)->
|
||||
restrict: "C"
|
||||
scope:
|
||||
links: "="
|
||||
templateUrl: "admin/links_dropdown.html"
|
||||
@@ -1 +1 @@
|
||||
angular.module("admin.dropdown", [])
|
||||
angular.module("admin.dropdown", ['templates'])
|
||||
|
||||
Reference in New Issue
Block a user