{{time | date : 'MMM dd, yyyy, h:mm'}} {{time | date : 'a' | lowercase}}
Flights
DEPARTURES
City
Airline
Flight
Time
Gate
Remarks
{{getDetail(flight, 'city').value}}
{{flight.lineCode}} {{flight.number}}
{{flight.scheduleDateTime | date : 'h:mm a'}}
{{getDetail(flight, 'gate').value}}
{{getStatus(flight, 'status')}}
There are no more flights for today
{{time | date : 'MMM dd, yyyy, h:mm'}} {{time | date : 'a' | lowercase}}
ARRIVALS
City
Airline
Flight
Time
Remarks
{{getDetail(flight, 'city').value}}
{{flight.lineCode}} {{flight.number}}
{{flight.scheduleDateTime | date : 'h:mm a'}}
{{getStatus(flight, 'status')}}
There are no more flights for today