Start using Angular and play with a demo. In the model, an event element includes a start time called start_at and a header.
I had a tag using ng-repeat = "event in the event track at index $ index" and tried to add to "| orderBy: event.starts_at". This had no effect on sorting until I deleted the track section.
Does any sorting option track in Angular?
source share