zoukankan      html  css  js  c++  java
  • ionic toggle点击返回true/false支持自定义

    <ul class="list">
    <li class="item item-toggle">
    手机提醒
    <label class="toggle toggle-calm">
    <input type="checkbox" ng-model="pushNotification.checked1"
    ng-change="pushNotificationChange()">
    <div class="track" >
    <div class="handle"></div>
    </div>
    </label>
    </li>
    <li class="item item-toggle">
    药盒提醒
    <label class="toggle toggle-calm">
    <input type="checkbox" ng-model="pushNotification.checked2"
    ng-change="pushNotificationChange()" >
    <div class="track">
    <div class="handle"></div>
    </div>
    </label>
    </li>
    <li class="item item-toggle">
    静音震动
    <label class="toggle toggle-calm" >
    <input type="checkbox" ng-model="pushNotification.checked3"
    ng-change="pushNotificationChange()">
    <div class="track">
    <div class="handle"></div>
    </div>
    </label>
    </li>
    </ul>

  • 相关阅读:
    解决Ubuntu下博通网卡驱动问题
    泛型的使用
    Http常见的响应头
    URL
    Tomcat目录结构
    Tomcat常见启动问题
    J2EE的13种核心技术
    css中相对定位和绝对定位
    Link标签
    html基本结构
  • 原文地址:https://www.cnblogs.com/jessical626/p/6379521.html
Copyright © 2011-2022 走看看