diff --git a/static/js/services/api-service.js b/static/js/services/api-service.js index 1db52113a..2906ded6c 100644 --- a/static/js/services/api-service.js +++ b/static/js/services/api-service.js @@ -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) {