Skip to content

ES6 version of angucomplete-alt with support for async localSearch

License

Notifications You must be signed in to change notification settings

Binogi/angucomplete-alt-es6

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@binogi/angucomplete-alt-es6

ES6 version of original angucomplete-alt package.

Usage

Install the angucomplete-alt-es6 package

# with yarn
yarn add @binogi/angucomplete-alt-es6

# with npm
npm install @binogi/angucomplete-alt-es6 --save

Add the module angucompleteAlt as a dependency to your app module:

import angucompleteAlt from '@binogi/angucomplete-alt-es6'

const myapp = angular.module('myapp', [angucompleteAlt]);

About

ES6 version of angucomplete-alt with support for async localSearch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages