I wanted to build a small mock up to test
if I can use the Typeahead (ui.bootstrap.typeahead) in angular-ui 0.6.0.
But I am using Angularjs 1.2.0 and
Bootstrap 3
Here is the resulting plunk: http://plnkr.co/edit/oVPIFRDEThwevsuACAMn?p=preview
I just created a build with just the
Typeahead, and added the resulting tpls script to the plunk.
I also wanted to test if I can add my own embedded
template for a combined view of the records. It turn out with the $templateCache
it is easy,
All is working so its good!