1
0
mirror of https://github.com/openfoodfoundation/openfoodnetwork synced 2026-04-10 07:03:50 +00:00
Files
openfoodnetwork/app/assets/javascripts/admin/dropdown/directives/links_dropdown.js.coffee
2015-12-16 11:55:23 +11:00

6 lines
156 B
CoffeeScript

angular.module("admin.dropdown").directive "linksDropdown", ($window)->
restrict: "C"
scope:
links: "="
templateUrl: "admin/links_dropdown.html"