mbenford / ngTagsInput

Tags input directive for AngularJS
http://mbenford.github.io/ngTagsInput
MIT License
1.64k stars 541 forks source link

select value from list by mouse click issue #139

Closed BhagyashriJ closed 10 years ago

BhagyashriJ commented 10 years ago

hi , I am using list attribute for typeahead, When my list scope array values changes, typeahead should show new array list but it shows old list always.

mbenford commented 10 years ago

Hi @BhagyashriJ.

Could provide a plunk script showing your problem? You can fork this one and change it at will.

BhagyashriJ commented 10 years ago

Hi, http://plnkr.co/edit/ySzAJdXJCNquhsl9iGu2?p=preview This is plunk i updated as per my project code, I couldnt set exact data because data coming from local server, but U can guess what i am doing exactly. Please reply me what i can change to get it done.

On Saturday 03 May 2014 10:49 AM, Michael Benford wrote:

Hi @BhagyashriJ https://github.com/BhagyashriJ.

Could provide a plunk script showing your problem? You can fork this one http://plnkr.co/edit/tpl:HbiPzNBRshyP32emnCQe and change it at will.

— Reply to this email directly or view it on GitHub https://github.com/mbenford/ngTagsInput/issues/139#issuecomment-42096771.

mbenford commented 10 years ago

ngTagsInput doesn't have a list property. Take a look at the Getting started guide and the Demos page to see how to properly use the directive.

Kind regards.