- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/umar-siddiqui/ion-select-autocomplete
- 软件文档: https://github.com/umar-siddiqui/ion-select-autocomplete/blob/master/README.md
- 官方下载: https://github.com/umar-siddiqui/ion-select-autocomplete/archive/master.zip
软件介绍
ion-select-autocomplete是一个用于Ionic应用的单选或多选框。
使用方法
下载或者clone项目,并添加下面的代码
<script src="lib/ion-select-autocomplete/ion-select-autocomplete.js" type="text/javascript"></script>
In JS
$scope.optionList = [
{
label: 'India',
value: 'IND'
},
{
label: 'United States',
value: 'US'
}
];$scope.model = null;In HTML
<label class="item item-input"> <span class="input-label">Choose Country</span> <ion-select-autocomplete multiselect="true" output="model" header="Choose Country" label-key="label" value-key="value" options="optionList"> </ion-select-autocomplete> </label>
Beautiful Code
Greg Wilson、Andy Oram / O'Reilly Media / 2007-7-6 / GBP 35.99
In this unique work, leading computer scientists discuss how they found unusual, carefully designed solutions to difficult problems. This book lets the reader look over the shoulder of major coding an......一起来看看 《Beautiful Code》 这本书的介绍吧!
