Device screen now has the ability to hide and clear the canvas.

This commit is contained in:
Gunther Brunner
2014-05-14 18:12:22 +09:00
parent d1fa99a4c5
commit d59c156297
5 changed files with 10 additions and 29 deletions

View File

@@ -2,6 +2,8 @@ var _ = require('lodash')
module.exports = function DeviceControlCtrl($scope, DeviceService, GroupService, $location) {
$scope.showScreen = true
$scope.groupTracker = DeviceService.trackGroup($scope)
$scope.groupDevices = $scope.groupTracker.devices