diff --git a/src/fng-ui-select.js b/src/fng-ui-select.js index 030603f..5c63a67 100644 --- a/src/fng-ui-select.js +++ b/src/fng-ui-select.js @@ -78,7 +78,7 @@ } else if (valueCache[id]) { return $q.resolve({ data: { list: valueCache[id] }}); // already cached } else { - return SubmissionsService.getListAttributes(formSchema.ref, id); // need to look it up + return SubmissionsService.getAllPickListAttributes(formSchema.ref, id); // need to look it up } }); // TODO: no error handling here