1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

Removed Rest depencency as it is not longer needed in the factory

This commit is contained in:
Michael Abashian 2016-06-20 16:38:13 -04:00
parent 2d6ba917f8
commit b651b05789

View File

@ -157,7 +157,7 @@ export default
}
])
.factory('JobsListUpdate', ['Rest', function(Rest) {
.factory('JobsListUpdate', [function() {
return function(params) {
var scope = params.scope,
parent_scope = params.parent_scope,