mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
Ready to show/hide screen, but still needs to create an isolated scope.
This commit is contained in:
@@ -2,7 +2,7 @@ module.exports = function DeviceScreenCtrl($scope, ScalingService) {
|
||||
$scope.ready = false
|
||||
$scope.displayError = false
|
||||
$scope.canView = true
|
||||
$scope.showView = true
|
||||
$scope.showScreen = true
|
||||
$scope.ScalingService = ScalingService
|
||||
|
||||
$scope.promiseOfDevice.then(function () {
|
||||
|
||||
Reference in New Issue
Block a user