mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 13:02:56 +00:00
Fix
This commit is contained in:
@@ -29,6 +29,7 @@ import { CalendarStore } from 'src/app/store/calendar.service';
|
||||
import { ListBoxService } from 'src/app/services/agenda/list-box.service';
|
||||
import { ChangeProfileService } from 'src/app/services/change-profile.service';
|
||||
|
||||
|
||||
@Component({
|
||||
selector: 'app-agenda',
|
||||
templateUrl: './agenda.page.html',
|
||||
@@ -260,13 +261,14 @@ export class AgendaPage implements OnInit {
|
||||
this.myCal.update();
|
||||
}
|
||||
//Go to the previous view of the calendar
|
||||
back(){
|
||||
back() {
|
||||
this.myCal.slidePrev();
|
||||
this.myCal.loadEvents();
|
||||
this.myCal.update();
|
||||
}
|
||||
|
||||
//Shows the title of your view
|
||||
onViewTitleChanged(title){
|
||||
onViewTitleChanged(title) {
|
||||
this.viewTitle = title;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user