mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Fix all res/ files with ESLint rules with 0 errors.
This commit is contained in:
@@ -10,7 +10,7 @@ module.exports = function MenuCtrl($scope, $rootScope, SettingsService,
|
||||
defaultValue: 'native'
|
||||
})
|
||||
|
||||
$scope.$on('$routeChangeSuccess', function () {
|
||||
$scope.$on('$routeChangeSuccess', function() {
|
||||
$scope.isControlRoute = $location.path().search('/control') !== -1
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user