mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
Search page improvve
This commit is contained in:
@@ -123,6 +123,13 @@ export class EventsPage implements OnInit {
|
||||
event.target.complete();
|
||||
}
|
||||
|
||||
|
||||
sortArrayISODate(myArray: any){
|
||||
return myArray.sort(function(a, b) {
|
||||
return (a.Data < b.Data) ? -1 : ((a.Data > b.Data) ? 1 : 0);
|
||||
});
|
||||
}
|
||||
|
||||
onSegmentChange(){
|
||||
this.RefreshEvents();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user