mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 16:47:45 -02:30
Fix bad parameters in rest stub
This commit is contained in:
@@ -62,8 +62,8 @@ RestStub.prototype =
|
|||||||
window.setTimeout(function() {
|
window.setTimeout(function() {
|
||||||
inject(['$rootScope', function($rootScope) {
|
inject(['$rootScope', function($rootScope) {
|
||||||
$rootScope.$apply();
|
$rootScope.$apply();
|
||||||
}], 1000);
|
}]);
|
||||||
});
|
}, 1000);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user