Angucomplete —— AngularJS 自動完成輸入框


分享 《關於我》

分享  [中文紀錄片]互聯網時代                 http://pan.baidu.com/s/1qWkJfcS

 
簡直了,必須推薦給你們看看!HTML開發Mac OS App 視頻教程 (分享自 @土豆) O網頁鏈接
 

Angucomplete 是一個的指令擴展,實現了輸入框自動完成的功能,外觀簡單直接,支持本地和遠程 JSON 數據,無需依賴其他第三方庫,可通過簡單的 CSS 進行定制。

基本使用示例:

?
1
2
3
4
5
6
7
8
9
10
<angucomplete id="members"
      placeholder="Search members"
      pause="400"
      selectedobject="testObj"
      url="http://myserver.com/api/user/find?s="
      datafield="results"
      titlefield="firstName,surname"
      descriptionfield="email"
      imagefield="profilePic"
      inputclass="form-control form-control-small"/>

AngularJS Autocomplete Directive — More...

Issues
#95 What happend to the Key Events? by nathanpen  2015-04-13
#94 Bug resolved - #91 by pranaydutta89  2015-04-07
#93 getting text from input by iraj-jelo  2015-03-29
#92 ng-model hard-coded string by badmacstone  2015-03-24
#91 pressing enter is not working in IE 10/11 by pranaydutta89  2015-04-07

master分支代碼最近更新:2015-04-07


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM