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
/
missing.js
9 lines
(6 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
angular.
module
(
"lcars"
).controller(
"missing"
,
function
($scope, lcSystem, lcSounds, $location)
{ lcSounds.play(
"chirp"
); $scope.navigation =
function
(path)
{ $location.
path
(
path
); }; });