Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
该标签在编辑器中未被识别。我已经包含了角度选择和引导的脚本标签。
该错误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">