rename home-logged to profile

stable
Juanfran 2015-04-01 14:10:14 +02:00
parent d8303544b4
commit ee1ba35b3d
2 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ configure = ($routeProvider, $locationProvider, $httpProvider, $provide, $tgEven
# User profile # User profile
$routeProvider.when("/profile", $routeProvider.when("/profile",
{templateUrl: "home/home-logged-in.html"}) {templateUrl: "profile/public-profile.html"})
# Auth # Auth
$routeProvider.when("/login", $routeProvider.when("/login",