mirror of
https://github.com/ansible/awx.git
synced 2026-03-07 19:51:08 -03:30
Revert "jshint fixes"
This reverts commit b2d51abb4048b2e456c04c8ffc35cb7ebf7dfea6.
This commit is contained in:
@@ -5,5 +5,5 @@ export default
|
|||||||
.config(['$routeProvider', function($routeProvider) {
|
.config(['$routeProvider', function($routeProvider) {
|
||||||
var url = route.route;
|
var url = route.route;
|
||||||
delete route.route;
|
delete route.route;
|
||||||
$routeProvider.when(url, route);
|
$routeProvider.when(url, route)
|
||||||
}]);
|
}]);
|
||||||
|
|||||||
@@ -1,5 +1,3 @@
|
|||||||
export default
|
export default ['$scope', function($scope) {
|
||||||
[ '$scope',
|
$scope.viewType = 'host2host';
|
||||||
function($scope) {
|
}]
|
||||||
$scope.viewType = 'host2host';
|
|
||||||
}];
|
|
||||||
|
|||||||
Reference in New Issue
Block a user