UNPKG

lcars-dash

Version:
11 lines (9 loc) 287 B
angular.module("lcars").controller("general", function($scope, lcSystem, lcSounds, $location) { $scope.navigation = function(path) { // lcSounds.play("chirp"); lcSounds.play("close"); // lcSounds.play("button"); // lcSounds.play("open"); $location.path(path); }; });