Skip to content

Instantly share code, notes, and snippets.

@ckentq
Created January 23, 2014 06:05
Show Gist options
  • Save ckentq/8573711 to your computer and use it in GitHub Desktop.
Save ckentq/8573711 to your computer and use it in GitHub Desktop.
//這裡要塞row.schedule[?].route=='DL'
td
span.ticket-list-datetime {{row.schedule[0].date}} {{row.schedule[0].time}}
br
span.ticket-list-ferry {{row.schedule[0].ferryName}} {{row.schedule[0].route}}{{row.schedule[0].time | date:'HHmm'}}
//這裡要塞row.schedule[?].route=='LD'
td
span.ticket-list-datetime {{row.schedule[1].date}} {{row.schedule[1].time}}
br
span.ticket-list-ferry {{row.schedule[1].ferryName}} {{row.schedule[1].route}}{{row.schedule[1].time | date:'HHmm'}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment