Easy Autocomplete with the datalist Element, the list Attribute and AngularJS’s ng-repeat Directive
Continuing to write about some Angular features I’ve been working with recently, I thought it would be interesting to show off one of the little conveniences I was able to put together using just a couple of Angular’s core features. This example leverages basically two basic features of Angular and two HTML5 features to create […]