3.1.0 • Published 7 years ago

smart-complete v3.1.0

Weekly downloads
3
License
ISC
Repository
github
Last release
7 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

7 years ago

3.0.0

7 years ago

2.0.5

9 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.0.11

10 years ago

1.0.10

10 years ago

1.0.9

10 years ago