Files
stf-DeviceFarmer-1/res/app/components/stf/screen/screen-controller.js
2014-05-20 15:58:05 +09:00

5 lines
154 B
JavaScript

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