1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00
OpenSTF/res/app/components/stf/screen/screen-controller.js
2014-05-20 15:58:05 +09:00

4 lines
154 B
JavaScript

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