Fix AsResource method loading
This commit is contained in:
parent
98106be690
commit
6432f28df7
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ angular.module('quay').factory('ApiService', ['Restangular', '$q', 'UtilService'
|
|||
'hasError': false
|
||||
};
|
||||
|
||||
getMethod(opt_parameters, options, opt_background).then(function(resp) {
|
||||
getMethod(options, opt_parameters, opt_background).then(function(resp) {
|
||||
result.value = processor(resp);
|
||||
result.loading = false;
|
||||
}, function(resp) {
|
||||
|
|
Reference in a new issue