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