mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 18:53:34 +02:00
Cleanup code for control-panes.
This commit is contained in:
@@ -10,12 +10,6 @@ module.exports =
|
||||
},
|
||||
nextDevice: function () {
|
||||
console.log('next')
|
||||
// console.log('$scope.groupTracker.devices', $scope.groupTracker.devices)
|
||||
// console.log('$scope.groupTracker.devices', $scope.groupDevices)
|
||||
|
||||
// groupDevice in $scope.groupTracker.devices
|
||||
// groupDevice.serial === device.serial
|
||||
// $location.path('/control/' + device.serial)
|
||||
},
|
||||
deviceList: function () {
|
||||
$location.path('/devices/')
|
||||
|
||||
Reference in New Issue
Block a user