Tag Dropdown
Regular Tag Dropdown with multiple selections.
Model:
- HTML
<div class="t-content" ng-controller="tagDropdownExampleController"> <inv-tag-dropdown placeholder="Select..." empty-placeholder="No more remaining options." options="selectableChoices" ng-model="model"> </inv-tag-dropdown> <p>Model: <span ng-bind="model"></span></p> </div>