mirror of
https://github.com/arnaucube/commonroutesApp.git
synced 2026-02-07 11:36:42 +01:00
unjoin implemented, and travel display re-organized
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
<input type="search" placeholder="search..." ng-model="search">
|
||||
</label>
|
||||
</div>
|
||||
|
||||
<div class="card" ng-show="!travels">
|
||||
<div class="item item-text-wrap">
|
||||
No data in memory.<br>
|
||||
Pull from top to refresh
|
||||
</div>
|
||||
</div>
|
||||
<a ng-repeat="travel in travels | orderBy: 'date' | filter: search" class="item item-avatar" href="#/app/travels/{{travel._id}}">
|
||||
<img ng-src="img/{{travel.modality}}.png"/>
|
||||
<h2>{{travel.title}}</h2>
|
||||
|
||||
Reference in New Issue
Block a user