mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
6 lines
156 B
CoffeeScript
6 lines
156 B
CoffeeScript
angular.module("admin.dropdown").directive "linksDropdown", ($window)->
|
|
restrict: "C"
|
|
scope:
|
|
links: "="
|
|
templateUrl: "admin/links_dropdown.html"
|