Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript

AngularJS > UI Bootstrap > TypeAhead

I am trying to make a typeahead multiselect search field. What I have done so far can be found here http://plnkr.co/edit/59VxSQyV07DO707Dwp1q

When I select and option such as "Hawaii" (all options are us states). I want it to record what was selected for use later. ie. store a list under the search field of selected options with the added option to remove and re-add by searching again.

If anyone knows how to do this your expertise would be appreciated. I have a feeling that this could be the solution 'typeahead-on-select($item, $model, $label)'

The documentation can be found here http://angular-ui.github.io/bootstrap/#/typeahead