boneskull / angular-tags

Pure AngularJS tagging widget with typeahead support courtesy of ui-bootstrap
MIT License
133 stars 32 forks source link

Typeahead values not coming properly. #40

Closed false9striker closed 10 years ago

false9striker commented 10 years ago

Please see the image. image

Values are getting displayed like this, but when i select something it fills the input box with proper value. Please help.

boneskull commented 10 years ago

@false9striker angular-tags is incompatible with newer versions of AngularJS. I'm working on upgrading. You can keep an eye on this branch in the meantime, but it doesn't work yet.

false9striker commented 10 years ago

Please tell how long i need to wait to get a fix for this? If i move back to v1.2.0-rc.2 it works fine, but i can't do that because of some other dependencies.

false9striker commented 10 years ago

Could you please give a quick fix for this issue otherwise? With latest angular only the typeahead has issues while listing contents as i mentioned above. Everything else works great. Good job!

boneskull commented 10 years ago

No quick fix is forthcoming. I have yet to diagnose the issue; still trying to determine which version of AngularJS the problem starts with. I hope to have v1.0.0 released "soon" but until then PRs are welcome.

On Mon, May 26, 2014 at 11:35 PM, Venugopal Madathil < notifications@github.com> wrote:

Could you please give a quick fix for this issue otherwise? With latest angular only the typeahead has issues while listing contents as i mentioned above. Everything else works great.

— Reply to this email directly or view it on GitHubhttps://github.com/boneskull/angular-tags/issues/40#issuecomment-44240133 .

false9striker commented 10 years ago

Thanks for the reply. :+1:

I got it working without doing anything. Only change i did was i included angular-strap.min.js & angular-strap.tpl.min.js for one other functionality.