AngularJS - 使用$ scope.formName.fieldName时无法读取未定义的属性'fieldName'。$ viewValue

时间:2014-09-25 11:54:45

标签: angularjs modal-dialog angular-ui angular-ui-bootstrap

我们有一个提交表单,我们会显示一个模态对话框。模态还包含一个表单,我试图检索其值。

我可以使用ng-model获取值,但是如果验证失败,则返回undefined。在这些情况下,我试图通过使用$ viewValue来获取值,如

$scope.formName.fieldName.$viewValue  

这适用于主页面,但在模态中我收到错误

Cannot read property 'fieldName' of undefined

我正在使用angular-ui-bootstrap作为模态。

jsfiddle:http://jsfiddle.net/agadbnLr/2/

为什么我无法使用$ viewValue获取模态中的字段值,而可以直接在页面中获取字段值。

0 个答案:

没有答案