Advertisement
Guest User

using the grid component

a guest
Jul 4th, 2013
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.28 KB | None | 0 0
  1. <div data-grid="" data-cols="3">
  2.     <div data-station-tile="" data-ng-repeat="s in stations"
  3.                 data-station="s" data-liveinfo-object="liveinfoObject"
  4.                 class="inline-container"></div>
  5.     <div data-allocation-tile="" data-title="Gesamt"
  6.                 data-allocation="allocation"></div>
  7. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement