mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
module.exports = function DeviceScreenCtrl($scope, $rootScope, ScalingService) {
|
|
$scope.displayError = false
|
|
$scope.ScalingService = ScalingService
|
|
}
|