Start to add canView and showView

This commit is contained in:
Gunther Brunner
2014-02-19 23:21:29 +09:00
parent 7e9929d77f
commit 4a9fcc6987
3 changed files with 78 additions and 43 deletions

View File

@@ -1,6 +1,8 @@
module.exports = function DeviceScreenCtrl($scope, ScalingService) {
$scope.ready = false
$scope.displayError = false
$scope.canView = true
$scope.showView = true
$scope.ScalingService = ScalingService
$scope.promiseOfDevice.then(function () {