0

好吧,我正在使用 ng-options 来作为我的选择框(在玉中),就像这样

select.form-control(ng-model="newSector", ng-options="item.id as item.name for item in sectors")

到目前为止一切正常。但现在(不知道为什么)。newSector 不再设置值,尽管选择框看起来不错(所有选项都可见),但 $scope.newSector 始终未定义。

有没有人知道出了什么问题。我最近将 angular ui 从 0.4 更新到 0.6,但这不应该影响 angular.js 功能(我使用 angular 1.1.5 btw)

编辑:

我认为这与 angular-ui $modal 元素和作用域有关。因为如果我在没有 $modal 的情况下运行此表单,它正在工作,但是当我使用此 $modal 运行此表单时,它不起作用。

4

0 回答 0