在编辑器中无法识别该标记。我已经包含了角选择和引导的脚本标记。
发布于 2015-09-27 03:06:31
错误Error: [$compile:ctreq] Controller "ngModel", required by directive "uiSelectSingle"告诉您到底出了什么问题--您需要使用ng-model来获取值。例如:
<ui-select ng-model="person.selected" theme="bootstrap">
https://stackoverflow.com/questions/32802353
复制相似问题