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
/
sounding.js
6 lines
(4 loc)
•
152 B
JavaScript
View Raw
1
2
3
4
5
6
angular.module(
"lcars"
).controller(
"sounding"
,
function
(
$scope
, lcSystem, lcSounds) { lcSounds.play(
"button"
);
$scope
.play = lcSounds.play; });