Sauceforge / angularjs-typeahead-dropdown

AngularJS Typeahead Dropdown
MIT License
5 stars 11 forks source link

External event called continuously even if no change is there #8

Open anandrikka opened 8 years ago

anandrikka commented 8 years ago

Hi,

I'm using ur directive for combo-box, using "events=", I'm calling a method on controller that needs to implemented when change is detected in ngModel. However method on controller is being called continuously even there is no change to ngModel.

kinow commented 8 years ago

Hi @anandrikka, can you provide some code snippet, or perhaps a jsfiddle link, to reproduce the issue, please?