From c836bb62c2a6a8f7ded984244b5d09f184ec4f9f Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Thu, 11 Aug 2016 16:28:54 -0300 Subject: [PATCH] change ui-view to ion-nav-view --- public/index.html | 35 +++++++++-------------------------- src/js/app.js | 1 - 2 files changed, 9 insertions(+), 27 deletions(-) diff --git a/public/index.html b/public/index.html index 258619c30..ca09c8051 100644 --- a/public/index.html +++ b/public/index.html @@ -7,36 +7,20 @@ - - - {{index.appConfig.name}} - {{index.appConfig.description}} - + + - - - - -
-
- - - - -
-
-
-
-
-
-
-
+ + + + + + + @@ -44,7 +28,6 @@ - diff --git a/src/js/app.js b/src/js/app.js index b9a2b4aba..2df42a3e9 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -1,7 +1,6 @@ 'use strict'; var modules = [ - 'ui.router', 'angularMoment', 'monospaced.qrcode', 'gettext',