From 43eb385a1440baa22a104e565de4224de647e3d5 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 4 Dec 2014 16:47:14 +0100 Subject: [PATCH] Update readme --- README.md | 2 +- src/js/app.js | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index fd03301..1a1cb80 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ For development you can start a connect dev server: grunt dev -Then visit [http://localhost:8580/dist/#/desktop?dev=true](http://localhost:8580/dist/#/desktop?dev=true) for front-end code or [http://localhost:8580/test/unit/](http://localhost:8580/test/unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change: +Then visit [http://localhost:8580/dist/#/account?dev=true](http://localhost:8580/dist/#/account?dev=true) for front-end code or [http://localhost:8580/test/unit/](http://localhost:8580/test/unit/) to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change: grunt watch diff --git a/src/js/app.js b/src/js/app.js index fb314a0..94d005a 100644 --- a/src/js/app.js +++ b/src/js/app.js @@ -67,11 +67,6 @@ var app = angular.module('mail', [ // set router paths app.config(function($routeProvider, $animateProvider) { - - // - // Login routes - // - $routeProvider.when('/login', { templateUrl: 'tpl/login.html', controller: LoginCtrl