Ready to show/hide screen, but still needs to create an isolated scope.

This commit is contained in:
Gunther Brunner
2014-02-19 23:26:06 +09:00
parent 4a9fcc6987
commit 168590a1b7
2 changed files with 3 additions and 3 deletions

View File

@@ -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 () {