Fix AsResource method loading

This commit is contained in:
Joseph Schorr 2016-07-26 11:21:02 -07:00
parent 98106be690
commit 6432f28df7

View file

@ -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) {