mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
Device screen now has the ability to hide and clear the canvas.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user