add developer easy login

This commit is contained in:
Manuel Araoz 2014-11-04 10:58:32 -03:00
commit 0a91883096
3 changed files with 22 additions and 0 deletions

View file

@ -70,6 +70,10 @@ angular
templateUrl: 'views/manage.html',
logged: true
})
.when('/devLogin/:mail/:password', {
templateUrl: 'views/devLogin.html',
logged: false
})
.otherwise({
templateUrl: 'views/errors/404.html',
title: 'Error'