mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -02:30
fixing jshint error in old job-detail/main.js file
This commit is contained in:
@@ -18,7 +18,7 @@ export default
|
||||
hostSummary.name
|
||||
])
|
||||
.controller('JobDetailController', controller)
|
||||
.service('JobDetailService', service)
|
||||
.service('JobDetailService', service);
|
||||
// .run(['$stateExtender', function($stateExtender) {
|
||||
// $stateExtender.addState(route);
|
||||
// }]);
|
||||
|
||||
Reference in New Issue
Block a user