Is it possible to have a list card take the content of a tab even if it is empty?
Example take:
And make that list card extend to the bottom regardless of device and even when empty.
This is the html :
<ion-view view-title="Map">
<ion-content class="padding">
<div class="list card">
<div class="item item-avatar">
<img src="../img/plants/{{Map.siteInfo.fullName}}.png">
<h2>SomeInfo</h2>
<p>Address</p>
</div>
<!-- <div id="map"></div> -->
<a class="item item-icon-left assertive" ng-click="Map.getDirections(pin)">
<i class="icon ion-ios-location-outline"></i> Directions
</a>
</div>
</ion-content>