mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Capitalized all events texts at home, agenda and eevent-details
This commit is contained in:
@@ -14,7 +14,11 @@ export class AttachmentsPage implements OnInit {
|
||||
loadedEventAttachments: Attachment[];
|
||||
pageId: string;
|
||||
|
||||
constructor(private attachamentsService: AttachmentsService, private activatedRoute: ActivatedRoute, private iab: InAppBrowser, private route: Router) { }
|
||||
constructor(
|
||||
private attachamentsService: AttachmentsService,
|
||||
private activatedRoute: ActivatedRoute,
|
||||
private iab: InAppBrowser,
|
||||
private route: Router) { }
|
||||
|
||||
ngOnInit() {
|
||||
/* Emit new data when something changes */
|
||||
@@ -43,8 +47,8 @@ export class AttachmentsPage implements OnInit {
|
||||
}
|
||||
|
||||
navigateBack(){
|
||||
console.log(this.pageId);
|
||||
this.route.navigate(['/home/events',this.pageId]);
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user