I have been experimenting with this Angular Module, but I am facing issues when trying to work with nested data.
On my PLUNKR, the output displays the country using object-property="country"
. However, when attempting to display only states, it does not function as expected.
<div class="mrg-top50">
<label>1. Autocomplete field - options list as array of objects</label>
<multiple-autocomplete ng-model="skills" object-property="country" suggestions-arr="skillsList"></multiple-autocomplete>
<label>Selected Model Value : <br />
</label>
{{skills}}
</div>