案例:ionic案例     状态:可编辑再运行    进入横版
x
 
1
<html ng-app="ionicApp">
2
  <head>
3
    <meta charset="utf-8">
4
    <meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
5
    
6
    <title>W3xue教程(w3xue.com)</title>
7
    <link href="/css/ionic1.0.1/ionic.min.css" rel="stylesheet">
8
    <script src="/js/ionic1.0.1/ionic.bundle.min.js"></script>
9
    <script type="text/javascript">
10
    angular.module('ionicApp', ['ionic'])
11
12
    .controller('MainCtrl', function($scope) {
13
14
      $scope.settingsList = [
15
        { text: "Wireless", checked: true },
16
        { text: "GPS", checked: false },
17
        { text: "Bluetooth", checked: false }
18
      ];
19
20
      $scope.pushNotificationChange = function() {
21
        console.log('Push Notification Change', $scope.pushNotification.checked);
22
      };
23
      
24
      $scope.pushNotification = { checked: true };

 运行结果 
 北美留学生论坛