- New nav menu active links work.

This commit is contained in:
Gunther Brunner
2014-03-25 22:17:40 +09:00
parent 593e14a80a
commit 533ce2d967
4 changed files with 27 additions and 26 deletions

View File

@@ -6,7 +6,7 @@ module.exports = angular.module('device-control', [
require('stf/screen').name
])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider.when('/devices/:serial', {
$routeProvider.when('/control/:serial', {
template: require('./device-control.jade'),
controller: 'DeviceControlCtrl'
})