ionic integration
This commit is contained in:
parent
952a834fff
commit
c1324dd19c
11 changed files with 2341 additions and 12 deletions
BIN
public/font/ionicons.eot
Normal file
BIN
public/font/ionicons.eot
Normal file
Binary file not shown.
2230
public/font/ionicons.svg
Normal file
2230
public/font/ionicons.svg
Normal file
File diff suppressed because it is too large
Load diff
|
After Width: | Height: | Size: 326 KiB |
BIN
public/font/ionicons.ttf
Normal file
BIN
public/font/ionicons.ttf
Normal file
Binary file not shown.
BIN
public/font/ionicons.woff
Normal file
BIN
public/font/ionicons.woff
Normal file
Binary file not shown.
|
|
@ -6,8 +6,10 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no">
|
||||
<meta name="msapplication-tap-highlight" content="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/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">
|
||||
<title>Copay - Multisignature Wallet</title>
|
||||
<link rel="shortcut icon" href="img/favicon.ico">
|
||||
|
|
@ -15,14 +17,14 @@
|
|||
<body ng-cloak class="ng-cloak">
|
||||
|
||||
<div class="page" ng-controller="indexController as index">
|
||||
<div notifications="right top"></div>
|
||||
<div notifications="right top"></div>
|
||||
<div ng-include="'views/includes/tx-details.html'" ng-if="index.showTx"></div>
|
||||
<div ng-include="'views/includes/password.html'" ng-if="index.askPassword"></div>
|
||||
<div ng-include="'views/includes/alert.html'" ng-if="index.showAlert"></div>
|
||||
<div ng-include="'views/includes/confirm-tx.html'" ng-if="index.confirmTx"></div>
|
||||
|
||||
|
||||
<div class="off-canvas-wrap" id="off-canvas-wrap"
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-disable-mouse
|
||||
ng-swipe-left="index.closeMenu()"
|
||||
ng-swipe-right="index.openMenu()">
|
||||
<div class="inner-wrap">
|
||||
|
|
@ -40,12 +42,14 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<script src="lib/ionic.bundle.js"></script>
|
||||
<script src="lib/angular.js"></script>
|
||||
|
||||
<!-- DO NOT DELETE THIS COMMET -->
|
||||
<!-- PLACEHOLDER: CORDOVA SRIPT -->
|
||||
|
||||
<script src="lib/ui-components.js"></script>
|
||||
<script src="js/copay.js"></script>
|
||||
|
||||
</body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue