angular-combo-box:将选择元素与文本输入结合在一起的Angular指令

时间:2024-06-01 08:32:20
【文件属性】:

文件名称:angular-combo-box:将选择元素与文本输入结合在一起的Angular指令

文件大小:29KB

文件格式:ZIP

更新时间:2024-06-01 08:32:20

HTML

角度组合框 轻量级Angular JS指令(最小〜1K),它将选择元素与文本输入结合在一起。 ##安装 ####手册下载从下载最新版本 #### Bower bower install angular-combo-box ##用法 < combo-box label =" --Select-- " //The default option if nothing is chosen options="options" //An array of predefined options combo-model="comboModel" //The bound value of the combo box other-label="An option not on the list..." //Optional label for other input se


【文件预览】:
angular-combo-box-master
----.gitignore(36B)
----karma.conf.js(2KB)
----README.md(2KB)
----test()
--------comboBoxDirectiveSpec.js(9KB)
----LICENSE(1KB)
----Gruntfile.js(3KB)
----.jshintrc(5B)
----bower.json(478B)
----package.json(1KB)
----dist()
--------angular-combo-box.min.js(2KB)
----src()
--------comboBoxDirective.js(727B)
--------comboBoxModule.js(113B)
--------combo-box.html(400B)
--------comboBoxController.js(1KB)
----coverage()
--------PhantomJS 1.9.8 (Mac OS X)()
----.travis.yml(140B)
----example.html(1KB)

网友评论