Cleanup code for control-panes.

This commit is contained in:
Gunther Brunner
2015-08-31 17:04:46 +09:00
parent bd493b210b
commit 4db67dd703
26 changed files with 4 additions and 356 deletions

View File

@@ -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/')