You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 2, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered: