Advertisement
Guest User

Untitled

a guest
Feb 10th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. <ion-view cache-view="false">
  2. <div class="bar login-bar bar-header bar-stable">
  3. <h1 class="title ttl-log-bar">Welcome</h1>
  4. </div>
  5. <div class="bar bar-subheader welcome-subhead">
  6. <h2 class="title welc-sub-h2">What do you like to shop for?</h2>
  7. <h5 class="title welc-sub-h5">Pick at least one category</h5>
  8. </div>
  9. <ion-content scroll="true" class="has-header has-subheader">
  10. <div class="row row-cat" style="flex-wrap: wrap;">
  11. <div class="col col-cat col-50" ng-repeat="items in categoryList">
  12. <img ng-src="{{items.image}}" width="100%" />
  13. </div>
  14. </div>
  15. </ion-content>
  16. </ion-view>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement