Added current device style.

This commit is contained in:
Gunther Brunner
2014-04-08 18:54:37 +09:00
parent c6a34713f0
commit c91fb302a0
3 changed files with 13 additions and 5 deletions

View File

@@ -1,3 +1,5 @@
var _ = require('lodash')
module.exports = function DeviceControlCtrl($scope, $rootScope, DeviceService, GroupService, $location) {
$scope.groupTracker = DeviceService.trackGroup($scope)