Default EMPTY Model
Autocomplete input field no default value
Selected Item:
- HTML
<div class="t-content c-form" style="height: 200px;" ng-controller="autocompleteExampleController as $ctrl"> <inv-autocomplete placeholder="Start typing ..." debug="false" name="sample" ng-model="$ctrl.noItem" show-icon-for-options="true" options="$ctrl.options"></inv-autocomplete> <div>Selected Item: <pre ng-bind="$ctrl.noItem | json"></pre></div> </div>