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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -