标签: angularjs twitter-bootstrap angular-ui ui-select angular-ui-select
编辑器中无法识别标签。我已经包含了角度选择和引导程序的脚本标记。
答案 0 :(得分:1)
错误Error: [$compile:ctreq] Controller "ngModel", required by directive "uiSelectSingle"告诉您到底出了什么问题 - 您需要使用ng-model来获取值。例如:
Error: [$compile:ctreq] Controller "ngModel", required by directive "uiSelectSingle"
ng-model
<ui-select ng-model="person.selected" theme="bootstrap">