Commit 6e6671d2ef506dba6f52f227a925fe3617b2c215

Authored by Tallys Martins
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 &quot;./config-bar.component&quot;;
33 33 url: "^/profile/:profile",
34 34 component: ProfileInfoComponent,
35 35 views: {
36   - "profile-info": {
37   - templateUrl: "app/profile/info/profile-info.html",
38   - controller: ProfileInfoComponent,
39   - controllerAs: "vm"
40   - },
41 36 "actions@main": {
42 37 templateUrl: "app/profile/navbar-actions.html",
43 38 controller: ProfileActionsComponent,
... ...