angularJs

radio 取得的值为string,不是boolean类型

  <button ng-class="x.canLive?'btn-success':'btn-danger'" ng-repeat="x in arr" ng-click='btnClick(x)' ng-bind='x.a'><br/></button>
  <input name="display" type="radio" value=true ng-model="newDisplay.canLive" ng-checked="newDisplay.canLive===true"> 显示
  <input name="display" type="radio" value=false ng-model="newDisplay.canLive" ng-checked="newDisplay.canLive===false"> 隐藏
  <button ng-click='sure()' ng-disabled='sureBtn'>确认</button>
    if (typeof($scope.newDisplay.canLive) != "boolean") {
   	 $scope.newDisplay.canLive = $scope.newDisplay.canLive === "false" ? false : true;
    }

需要去判断改变为boolean类型

  $scope.thisX = x;
  $scope.newDisplay = angular.copy(x)

使用copy,改变值的时候,将不改变原来数组的值

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值