Update readme

This commit is contained in:
Tankred Hase 2014-12-04 16:47:14 +01:00
parent df9ba7fd66
commit 43eb385a14
2 changed files with 1 additions and 6 deletions

View File

@ -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

View File

@ -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