Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 499 Bytes

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