/angucomplete-alt-es6

ES6 version of angucomplete-alt with support for async localSearch

Primary LanguageJavaScriptMIT LicenseMIT

@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]);