UNPKG

lcars-dash

Version:
9 lines (6 loc) 202 B
angular.module("lcars").controller("missing", function($scope, lcSystem, lcSounds, $location) { lcSounds.play("chirp"); $scope.navigation = function(path) { $location.path(path); }; });