mirror of
https://github.com/ansible/awx.git
synced 2024-11-02 01:21:21 +03:00
Fix bad parameters in rest stub
This commit is contained in:
parent
98eba55bea
commit
3823b394b0
@ -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);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user