mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
Add profile modal
This commit is contained in:
@@ -65,9 +65,9 @@ export class EventsPage implements OnInit {
|
||||
private storageService:StorageService,
|
||||
public activatedRoute: ActivatedRoute,
|
||||
private alertController: AlertService,
|
||||
private modalController: ModalController,
|
||||
private authService: AuthService,
|
||||
private processes:ProcessesService) {
|
||||
private processes:ProcessesService,
|
||||
private modalController:ModalController) {
|
||||
this.prEventList = null;
|
||||
|
||||
// list
|
||||
@@ -317,7 +317,7 @@ export class EventsPage implements OnInit {
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user