- Update Bluebird.

- Adding Control Panes.
This commit is contained in:
Gunther Brunner
2014-03-17 14:28:18 +09:00
parent 698bb4064a
commit 7a2cdaf071
4 changed files with 9 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ require('./device-control.css')
module.exports = angular.module('device-control', [
require('stf/device').name,
require('stf/control').name,
require('stf/screen').name,
require('stf/screen').name
])
.config(['$routeProvider', function ($routeProvider) {
$routeProvider.when('/devices/:serial', {