1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00

fixing jshint error in old job-detail/main.js file

This commit is contained in:
jaredevantabor 2016-11-16 11:43:36 -08:00
parent 5b0e3c4482
commit 4bcbea6c45

View File

@ -18,7 +18,7 @@ export default
hostSummary.name
])
.controller('JobDetailController', controller)
.service('JobDetailService', service)
.service('JobDetailService', service);
// .run(['$stateExtender', function($stateExtender) {
// $stateExtender.addState(route);
// }]);