3.1.0 • Published 5 years ago

smart-complete v3.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

Smart-complete -- 为input和textarea提供提示补全功能的AngularJS指令

Build Status devDependency Status Coverage Status

依赖

安装

npm install smart-complete

使用

angular.module('app', ['smart-complete']);
<input type="text" smart-complete="searchFunc"
  sc-width="'240px'" sc-height="'200px'" sc-sep="','"
  sc-item-click-cb="itemClickCb" sc-enter-cb="enterCb">

Demo: http://codepen.io/zskymn/pen/dMbNNb

开发

$ npm installl
$ gulp
3.1.0

5 years ago

3.0.0

6 years ago

2.0.5

7 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago