Tuesday, November 19, 2013

Typeahead with Angular

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


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!