mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-24 17:55:13 +02:00
- New nav menu active links work.
This commit is contained in:
@@ -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'
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user