25
This commit is contained in:
parent
c9dcb091fb
commit
1216914d2b
|
@ -179,13 +179,13 @@ To understand a bit better let's take a look on the trips page which is built up
|
|||
<tbody>
|
||||
<tr ng-repeat="trip in trips | orderBy : departure_date : reverse" ng-click="editTravel(trip.id)">
|
||||
<td>
|
||||
\{\{ trip.departure_date | date : 'dd.MM.yyyy'\}\}
|
||||
{{ trip.departure_date | date : 'dd.MM.yyyy' }}
|
||||
</td>
|
||||
<td>
|
||||
\{\{ trip.departure \}\}
|
||||
{{ trip.departure }}
|
||||
</td>
|
||||
<td>
|
||||
\{\{ trip.destination \}\}
|
||||
{{ trip.destination }}
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
|
|
Loading…
Reference in a new issue