JustGoscha / allmighty-autocomplete

Simple to use autocomplete directive in a module for AngularJs!
MIT License
392 stars 232 forks source link

can i use jquery to get autocomplete's value #101

Open flyher opened 9 years ago

flyher commented 9 years ago

hi, there has a special scene: the autocomplete will be create by ng-repeat,it dynamic create,i cannot definte it by ng-model. so i have to use jquery to get autocomplete's value. it seems that it cannot get it value by jquery. thank you.

flyher commented 9 years ago

well, i have found an idea to solve this problem.