mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 17:28:51 -03:30
jshint fixes
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,3 +1,5 @@
|
|||||||
export default ['$scope', function($scope) {
|
export default
|
||||||
$scope.viewType = 'host2host';
|
[ '$scope',
|
||||||
}]
|
function($scope) {
|
||||||
|
$scope.viewType = 'host2host';
|
||||||
|
}];
|
||||||
|
|||||||
Reference in New Issue
Block a user