码迷,mamicode.com
首页 > Web开发 > 详细

angularjs radio 默认选中

时间:2017-02-05 17:04:31      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:默认   angular   mod   val   style   font   type   checked   nbsp   

添加ng-model后checked="checked"失效,可见angularjs也不好,会失效html标准属性

解决:添加ng-checked="1"
<input type="radio"  ng-model="sel_course" value="1" ng-checked="1" />



angularjs radio 默认选中

标签:默认   angular   mod   val   style   font   type   checked   nbsp   

原文地址:http://www.cnblogs.com/stit/p/6367900.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!