Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

hardwired "peopleObject" in uiSelectController.js #1231

Closed
trilancer opened this issue Oct 5, 2015 · 1 comment
Closed

hardwired "peopleObject" in uiSelectController.js #1231

trilancer opened this issue Oct 5, 2015 · 1 comment

Comments

@trilancer
Copy link

line:158
result.value = $scope.peopleObj[v];

A quick fix:
result.value = $scope[ctrl.parserResult.sourceName][v];

But obviously it doesn't support object hierarchy like config.US.states, which relates to how parserResult is generated.

@MiguelMike
Copy link

Duplicate of #1217 which has been fixed in 0.13.1

@dimirc dimirc closed this as completed Oct 15, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants