Restore links_dropdown

This commit is contained in:
Maikel Linke
2016-03-11 16:39:07 +11:00
parent ac88817a34
commit 51f94119ff
2 changed files with 15 additions and 0 deletions

View File

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