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