mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 00:53:26 +02:00
Initial version of transactions. Shell command implemented as an example. Still needs channel cleanup on app side, handling a device dying in the middle of a transaction, and getting device list back to normal.
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function DeviceScreenCtrl($scope, ScalingService) {
|
||||
$scope.showScreen = true
|
||||
$scope.ScalingService = ScalingService
|
||||
|
||||
$scope.promiseOfDevice.then(function () {
|
||||
$scope.device.promise.then(function() {
|
||||
$scope.ready = true
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user