Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49186

Grid Card Repeat Issue

$
0
0

@markbbishop wrote:

I am trying to do 2 cards per row (each at 50%) but I'm having two issues:

1) The code I'll paste below displays my categories verticle, and not 2 side by side.

2) I click on the category, and nothing happens like there isn't a link. Can anyone help?

<div ng-repeat="category in categories | orderBy: 'id'"
          ng-if="category.name !== 'Guide'"
          ng-hide="$first"
          ng-href="#/tab/watch/{{category.id}}">
<div class="col col-50">
  <div class="list card" ng-href="#/tab/watch/{{category.id}}">
    <div class="item item-image">
      <img ng-src="{{category.acf.cat_image.url}}" class="catthumb"></i>
    </div>
      {{category.name}}
  </div>
</div>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49186

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>