- 授权协议: 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>
A=B
Marko Petkovsek、Herbert S. Wilf、Doron Zeilberger / AK Peters, Ltd. / 1996-01 / USD 49.00
At some point, this book describes methods of solving the problem raised by Donald E. Knuth in the classical book "The Art of Computer Programming, Volume 1: Fundamental Algorithms". The main purpo......一起来看看 《A=B》 这本书的介绍吧!
