我从angular-strap选择按钮
获得TypeError
TypeError:无法读取未定义
的属性'match'
<button type="button" class="btn btn-default" ng-model="selectedIcons" data-html="1" data-multiple="1" data-animation="am-flip-x" bs-options="icon.value as icon.label for icon in icons" bs-select>
答案 0 :(得分:2)
如果使用的角度小于2.2.0
,则用ng-options替换bs-options