From 8a316b4290adb43c93e23c34ed24c6630798028c Mon Sep 17 00:00:00 2001 From: Javier Date: Fri, 20 Nov 2015 15:25:16 -0300 Subject: [PATCH] remove unused routes --- public/views/backup.html | 2 +- src/js/routes.js | 33 --------------------------------- 2 files changed, 1 insertion(+), 34 deletions(-) diff --git a/public/views/backup.html b/public/views/backup.html index d45c82790..65b1da6c1 100644 --- a/public/views/backup.html +++ b/public/views/backup.html @@ -1,7 +1,7 @@
+ ng-init="titleSection='Backup'; closeToHome = 'true'">
diff --git a/src/js/routes.js b/src/js/routes.js index 7b963db06..90d408c3d 100644 --- a/src/js/routes.js +++ b/src/js/routes.js @@ -434,39 +434,6 @@ angular }, } }) - .state('backupWords', { - url: '/backupWords', - templateUrl: 'views/backupWords.html', - walletShouldBeComplete: true, - needProfile: true, - views: { - 'main': { - templateUrl: 'views/backupWords.html' - }, - } - }) - .state('backupPassphrase', { - url: '/backupPassphrase', - templateUrl: 'views/backupPassphrase.html', - walletShouldBeComplete: true, - needProfile: true, - views: { - 'main': { - templateUrl: 'views/backupPassphrase.html' - }, - } - }) - .state('backupConfirm', { - url: '/backupConfirm', - templateUrl: 'views/backupConfirm.html', - walletShouldBeComplete: true, - needProfile: true, - views: { - 'main': { - templateUrl: 'views/backupConfirm.html' - }, - } - }) .state('preferencesGlobal', { url: '/preferencesGlobal', needProfile: true,