<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>W3xue教程(w3xue.com)</title>
<link href="/css/ionic1.0.1/ionic.min.css" rel="stylesheet">
<script src="/js/ionic1.0.1/ionic.bundle.min.js"></script>
<script type="text/javascript">
angular.module('ionicApp', ['ionic'])
.controller('MainCtrl', function($scope) {
{ text: "Wireless", checked: true },
{ text: "GPS", checked: false },
{ text: "Bluetooth", checked: false }
$scope.pushNotificationChange = function() {
console.log('Push Notification Change', $scope.pushNotification.checked);
$scope.pushNotification = { checked: true };
$scope.emailNotification = 'Subscribed';
cursor: url('finger.png'), auto;
<body ng-controller="MainCtrl">
<ion-header-bar class="bar-positive">
<h1 class="title">切换开关</h1>
<div class="item item-divider">