实例代码“Ctrl+/”提示“F11/ESC”全屏 返回 格式化 恢复 运行
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>手册网基础教程(shouce.ren)</title>
7
    <link href="/static/example/ionic.min.css" rel="stylesheet">
8
    <script src="/static/example/ionic.bundle.min.js"></script>
9
    <style>
10
    body {
11
        cursor: url('https://ionicframework.com/img/finger.png'), auto;
12
    }
13
    </style>
14
    <script>
15
    angular.module('ionicApp', ['ionic'])
16
17
    .controller('AppCtrl', function($scope, $ionicModal) {
18
      
19
      $scope.contacts = [
20
        { name: 'Gordon Freeman' },
21
        { name: 'Barney Calhoun' },
22
        { name: 'Lamarr the Headcrab' },