Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.80 KB | None | 0 0
  1.  <div flex-gt-xs="">
  2.                         <h4>Auction Data</h4>
  3.                         <md-list flex>
  4.                             <md-subheader class="md-no-sticky">{{ (auctionMonday.getMonth()+1) + "/" + auctionMonday.getDate() + "/" + auctionMonday.getFullYear() }}</md-subheader>
  5.                             <md-list-item class="md-2-line md-no-proxy md-with-secondary" ng-repeat="auction in auctions track by $index">
  6.                                 <div class="md-list-item-text" layout="column">
  7.                                     <h3>{{ auction.county }}</h3>
  8.                                     <p><a ng-href="{{ auction.link }}">Download Excel</a></p>
  9.                                 </div>
  10.                             </md-list-item>
  11.                         </md-list>
  12.                     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement