mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 15:55:16 +02:00
Fix screen controller
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module.exports = function DeviceScreenCtrl($scope, ScalingService) {
|
||||
$scope.ready = false
|
||||
$scope.displayError = false
|
||||
$scope.ScalingService = ScalingService
|
||||
|
||||
$scope.promiseOfDevice.then(function () {
|
||||
$scope.ready = true
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user