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