Commit 6e6671d2ef506dba6f52f227a925fe3617b2c215
1 parent
2d01fcfb
Exists in
users_profile_page
Removes fixed profile area
Signed-off-by: Tallys Martins <tallysmartins@gmail.com>
Showing
1 changed file
with
0 additions
and
5 deletions
Show diff stats
src/app/profile/profile.component.ts
@@ -33,11 +33,6 @@ import {ConfigBarComponent} from "./config-bar.component"; | @@ -33,11 +33,6 @@ import {ConfigBarComponent} from "./config-bar.component"; | ||
33 | url: "^/profile/:profile", | 33 | url: "^/profile/:profile", |
34 | component: ProfileInfoComponent, | 34 | component: ProfileInfoComponent, |
35 | views: { | 35 | views: { |
36 | - "profile-info": { | ||
37 | - templateUrl: "app/profile/info/profile-info.html", | ||
38 | - controller: ProfileInfoComponent, | ||
39 | - controllerAs: "vm" | ||
40 | - }, | ||
41 | "actions@main": { | 36 | "actions@main": { |
42 | templateUrl: "app/profile/navbar-actions.html", | 37 | templateUrl: "app/profile/navbar-actions.html", |
43 | controller: ProfileActionsComponent, | 38 | controller: ProfileActionsComponent, |