Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

typeahead.demo

This demo shows how to use angular.js typeahead directive from npm. Interactive version is available here.

Steps to make this work

Install directive from npm:

npm i typeahead.an

Require it before angular application bootstrap:

require('typeahead.an');

Use it inside html:

<input type="text"
      ng-model="addressModel"
      typeahead="address for address in getLocation($viewValue) | filter:$viewValue"
      typeahead-loading="loadingLocations">

Please read more here: anvaka/an

About

This is a demo repository for angular.js directive, shared on npm

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors