【发布时间】:2016-01-24 18:58:37
【问题描述】:
我有这个Example 在这里我在弹出窗口中添加了一个复选框。添加的复选框没有响应任何事件,也没有在复选框选择上设置模型。
<li class="item item-checkbox">
<label class="checkbox">
<input type="checkbox" name="isAnonymous" ng-change="setAnonymous(this)" ng-model="isAnonymous"/>
</label>Post as anonymous
</li>
【问题讨论】:
标签: ionic-framework ionic