UNPKG

lcars-dash

Version:
10 lines (9 loc) 277 B
angular.module("lcars").controller("navigation", function($scope, $location, lcSounds) { $scope.navigation = function(path) { // lcSounds.play("chirp"); // lcSounds.play("beep"); // lcSounds.play("button"); lcSounds.play("open"); $location.path(path); }; });