-
Notifications
You must be signed in to change notification settings - Fork 31
Open
Description
Code used in the Index.html:
<select chosen options="countries" data-placeholder="Choose a Country..." data-ng-model="country.selected" data-ng-options="country.text for country in countries" data-ng-show="showEditProfile"></select>
The Steps followed:
- Files included as per the article
- ['angular.chosen'] added as a dependency in the module.
The countries list is populated from the WebAPI and its working fine till now. I am not able to get the search box, could you please help.
Browsers used:
- Chrome
- IE-11
- Firefox
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels