angularjs - Angucomplete: console log input value -
i trying console log angucomplete input value.
if write "w," should console log "w".
if add letter "o" new console log "wo".
usually console ng-model, here can't.
<angucomplete-alt id="ex1" placeholder="customer name" pause="100" selected-object="selected" local-data="tickets" search-fields="title" title-field="title" minlength="0" ng-click="search()" input-class="form-control" style="margin-top: 15px"> </angucomplete-alt>
i need send value sql, search ng-model easy, im sending ng-model.
thank you!
Comments
Post a Comment