smart-complete
v3.1.0
Published
为input和textarea提供提示补全功能的AngularJS指令
Downloads
18
Readme
Smart-complete -- 为input和textarea提供提示补全功能的AngularJS指令
依赖
安装
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