案例: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
        <title>W3xue教程(w3xue.com)</title>
6
        <link href="/css/ionic1.0.1/ionic.min.css" rel="stylesheet">
7
        <script src="/js/ionic1.0.1/ionic.bundle.min.js"></script>
8
        <script type="text/javascript">
9
        angular.module('ionicApp', ['ionic'])
10
        .controller( 'AppCtrl',['$scope','$ionicPopover','$timeout',function($scope,$ionicPopover,$timeout){
11
12
          $scope.popover = $ionicPopover.fromTemplateUrl('my-popover.html', {
13
            scope: $scope
14
          });
15
16
          // .fromTemplateUrl() 方法
17
          $ionicPopover.fromTemplateUrl('my-popover.html', {
18
            scope: $scope
19
          }).then(function(popover) {
20
            $scope.popover = popover;
21
          });
22
23
24
          $scope.openPopover = function($event) {

 运行结果 
 北美留学生论坛