Skip to content

Commit

Permalink
Fix issue #49
Browse files Browse the repository at this point in the history
  • Loading branch information
daniyelnnr committed Jul 12, 2018
1 parent 3787479 commit d923821
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/pages/User/events/all-events/all-events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ export class AllEventsTab implements OnInit{
}

ionViewWillEnter() {
console.log("VAI ENTRAR")
this.sharedService.emit(this.events);
}

Expand Down
2 changes: 1 addition & 1 deletion src/pages/User/events/events.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
</ion-navbar>
</ion-header>

<ion-tabs tabsPlacement="top" style="margin-top: 50px;">
<ion-tabs tabsPlacement="top" style="margin-top: 45px;">
<ion-tab tabTitle="Todos" [root]="tab1"></ion-tab>
<ion-tab tabTitle="Criados por mim" [root]="tab2"></ion-tab>
</ion-tabs>
5 changes: 4 additions & 1 deletion src/pages/User/events/events.scss
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@

.scroll-content {
margin-top: 5px !important;
margin-bottom: 45px;
}

0 comments on commit d923821

Please sign in to comment.