<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>手册网基础教程(shouce.ren)</title>
<link href="/static/example/ionic.min.css" rel="stylesheet">
<script src="/static/example/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);