标签:
一、安装angular-bootstrap-multiselect——保存
二、<multiselect
ng-model="selectModel"
options="c for c in selectOptions" // 使用……c.name c的……为对象
data-multiple="true" // 对多选模式
data-compare-by="id" // 设置键比较对象,否则必须等于选项
scroll-after-rows="5" // 显示滚动条后5行
filter-after-rows="5 // 显示过滤后输入5行
max-width="100" // 多选的最大宽度下拉按钮
button tabindex="-1"> // tabindex设置下拉
</multiselect>
标签:
原文地址:http://www.cnblogs.com/xiaoxinbok/p/5775966.html