我刚刚浪费了半个小时来寻找结果...
<select.... data-ng-options="x as x.name for x in customerController_clipped.options"
代替
<select.... data-ng-options="x as x.name for x in customerController_Clipped.options"
也就是说,一个字符的错字——在这种情况下,是一个“剪辑...”而不是“剪辑...”现在知道我为什么问了:
有没有办法让 AngularJS 报告绑定名称中的任何失败,以简化我们的调试?这种故障的简单控制台日志记录就足够了,而不是让我们的组件为空的静默操作......