diff --git a/app/views/index.server.view.html b/app/views/index.server.view.html index 7776db97..76ac97f9 100755 --- a/app/views/index.server.view.html +++ b/app/views/index.server.view.html @@ -1,6 +1,4 @@ {% extends 'layout.server.view.html' %} {% block content %} - -
{% endblock %} diff --git a/app/views/layout.server.view.html b/app/views/layout.server.view.html index d8738edd..f2a31eb5 100755 --- a/app/views/layout.server.view.html +++ b/app/views/layout.server.view.html @@ -53,7 +53,7 @@ - +
diff --git a/public/modules/core/config/core.client.routes.js b/public/modules/core/config/core.client.routes.js index 5e9c86f8..299dd641 100755 --- a/public/modules/core/config/core.client.routes.js +++ b/public/modules/core/config/core.client.routes.js @@ -13,11 +13,10 @@ angular.module('core').config(['$stateProvider', '$urlRouterProvider', templateUrl: 'modules/core/views/home.client.view.html' }); - - $urlRouterProvider.otherwise( function($injector) { - var $state = $injector.get('$state'); - $state.go('home'); - }); + // $urlRouterProvider.otherwise( function($injector) { + // var $state = $injector.get('$state'); + // $state.go('home'); + // }); } ]); \ No newline at end of file