GitHub 博客园 Nanakon

angular checkbox

Error: ngModel:constexpr Non-Constant Expression

 

1.3版本
<input type="checkbox" ng-model="test3" ng-true-value="yes" ng-false-value="no">

1.5版本
<input type="checkbox" ng-model="test3" ng-true-value="'yes'" ng-false-value="'no'">

兼容
<input type="checkbox" ng-model="test3" ng-true-value="1" ng-false-value="0">

$scope.test3 = '1' 需要是字符串

 

posted on 2017-05-11 17:19  jzm17173  阅读(116)  评论(0编辑  收藏  举报

导航

轻音