UNPKG
lcars-dash
Version:
latest (0.0.1)
0.0.1
LCARS inspired multi-window dashboard
github.com/RefugeSystems/lcars-dash
RefugeSystems/lcars-dash
lcars-dash
/
client
/
scripts
/
controllers
/
indication.js
4 lines
(2 loc)
•
87 B
JavaScript
View Raw
1
2
3
4
angular.
module
(
"lcars"
).controller(
"indication"
,
function
($scope, lcSystem)
{ });