Files
stf-DeviceFarmer/res/app/components/stf/screen/screen-controller.js

6 lines
155 B
JavaScript

module.exports = function DeviceScreenCtrl($scope, $rootScope, ScalingService) {
$scope.displayError = false
$scope.ScalingService = ScalingService
}