UNPKG

lcars-dash

Version:
9 lines (8 loc) 188 B
angular.module("lcars").directive("lcarsIndicator", function() { return { "templateUrl": "templates/indication.html", "controller" : "indication", "scope": { } }; });