From b94fa759e6826237ee04fc6cebffd80f0c5ea569 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sat, 8 Nov 2014 17:40:30 +0100 Subject: [PATCH] removed navbar --- public/app/js/controllers/NavbarCtrl.js | 5 ----- public/app/js/state.js | 4 ---- public/app/js/templates/navbar.tpl.html | 7 ------- 3 files changed, 16 deletions(-) delete mode 100644 public/app/js/controllers/NavbarCtrl.js delete mode 100644 public/app/js/templates/navbar.tpl.html diff --git a/public/app/js/controllers/NavbarCtrl.js b/public/app/js/controllers/NavbarCtrl.js deleted file mode 100644 index 2f101316..00000000 --- a/public/app/js/controllers/NavbarCtrl.js +++ /dev/null @@ -1,5 +0,0 @@ -app.controller( 'NavbarCtrl', - [ '$scope', - function( $scope ) { - $scope.items = [ 'Balance' ]; - } ] ); diff --git a/public/app/js/state.js b/public/app/js/state.js index 0c13dd62..54feaf93 100644 --- a/public/app/js/state.js +++ b/public/app/js/state.js @@ -13,10 +13,6 @@ app.config( [ '$stateProvider', '$urlRouterProvider', url: '', controller: 'AppCtrl', views: { - 'navbar': { - templateUrl: 'js/templates/navbar.tpl.html', - controller: 'NavbarCtrl' - }, 'main': { templateUrl: 'js/templates/main.tpl.html' } diff --git a/public/app/js/templates/navbar.tpl.html b/public/app/js/templates/navbar.tpl.html deleted file mode 100644 index 19e99b5c..00000000 --- a/public/app/js/templates/navbar.tpl.html +++ /dev/null @@ -1,7 +0,0 @@ -
- -