I am using the angular-ui selector2 wrapper tom implement some tagging like functionality.
I use bloodhound in other areas of the site for typeahead suggestions and I have a bloodhound engine already initialised for the data set I want to hit use with select2.
I just can't grok the docs on how to use the select two query option to access the data through bloodhound instead of ajax
Does anyone have an example of these two libraries working together?