change ui-view to ion-nav-view
This commit is contained in:
parent
a80b3b5143
commit
c836bb62c2
2 changed files with 9 additions and 27 deletions
|
|
@ -7,36 +7,20 @@
|
||||||
<meta name="msapplication-tap-highlight" content="no">
|
<meta name="msapplication-tap-highlight" content="no">
|
||||||
<meta name="format-detection" content="telephone=no">
|
<meta name="format-detection" content="telephone=no">
|
||||||
<link rel="stylesheet" type="text/css" href="css/ionic.css">
|
<link rel="stylesheet" type="text/css" href="css/ionic.css">
|
||||||
<link rel="stylesheet" type="text/css" href="css/foundation.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="icons/foundation-icons.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/ui-components.css">
|
|
||||||
<link rel="stylesheet" type="text/css" href="css/copay.css">
|
<link rel="stylesheet" type="text/css" href="css/copay.css">
|
||||||
<title>{{index.appConfig.name}} - {{index.appConfig.description}}</title>
|
<title>{{index.appConfig.name}} - {{index.appConfig.description}}</title>
|
||||||
<link rel="shortcut icon" href="img/favicon.ico">
|
<link rel="shortcut icon" href="img/favicon.ico">
|
||||||
</head>
|
</head>
|
||||||
<body ng-cloak class="ng-cloak">
|
<!-- <body ng-cloak class="ng-cloak"> -->
|
||||||
|
<body >
|
||||||
|
|
||||||
<ion-side-menus class="page">
|
<!-- <div notifications="right top"></div> -->
|
||||||
|
<!-- ng-class="{ 'main': index.hasProfile }" -->
|
||||||
<!-- Left menu -->
|
<!-- <ion-nav-bar class="bar-positive"> -->
|
||||||
<ion-side-menu side="left" expose-aside-when="large" ng-if="index.hasProfile && isDisclaimerAccepted">
|
<!-- <ion-nav-back-button class="button-icon ion-arrow-left-c"> -->
|
||||||
<div ng-include="'views/includes/sidebar.html'"></div>
|
<!-- </ion-nav-back-button> -->
|
||||||
</ion-side-menu>
|
<!-- </ion-nav-bar> -->
|
||||||
|
<ion-nav-view name="main"></ion-nav-view>
|
||||||
<!-- Main content -->
|
|
||||||
|
|
||||||
<ion-side-menu-content drag-content="index.isCordova">
|
|
||||||
<div notifications="right top"></div>
|
|
||||||
<div id="sectionContainer">
|
|
||||||
<div id="mainSection">
|
|
||||||
<section ui-view="main"
|
|
||||||
ng-class="{
|
|
||||||
'main': index.hasProfile
|
|
||||||
}"></section>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</ion-side-menu-content>
|
|
||||||
</ion-side-menus>
|
|
||||||
|
|
||||||
<script src="lib/ionic.bundle.js"></script>
|
<script src="lib/ionic.bundle.js"></script>
|
||||||
<script src="lib/angular.js"></script>
|
<script src="lib/angular.js"></script>
|
||||||
|
|
@ -44,7 +28,6 @@
|
||||||
<!-- DO NOT DELETE THIS COMMET -->
|
<!-- DO NOT DELETE THIS COMMET -->
|
||||||
<!-- PLACEHOLDER: CORDOVA SRIPT -->
|
<!-- PLACEHOLDER: CORDOVA SRIPT -->
|
||||||
|
|
||||||
<script src="lib/ui-components.js"></script>
|
|
||||||
<script src="js/copay.js"></script>
|
<script src="js/copay.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,6 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
|
|
||||||
var modules = [
|
var modules = [
|
||||||
'ui.router',
|
|
||||||
'angularMoment',
|
'angularMoment',
|
||||||
'monospaced.qrcode',
|
'monospaced.qrcode',
|
||||||
'gettext',
|
'gettext',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue