Slidebox not working (show all slides)

How it is looking:

The code:

<body ng-app="mobifyQuiz">
  <div ng-controller="homeCtrl">
    <ion-nav-bar></ion-nav-bar>
          <ion-header-bar class="bar-stable">
            <h1 class="title">Title/h1>
          </ion-header-bar>
          <ion-content>
            <ion-slide-box>
              <ion-slide>asdasdasdasd</ion-slide>
              <ion-slide>asdasdasdasd</ion-slide>
            </ion-slide-box>
          </ion-content>
        </div>
      </body>

Simple as that. Tried with a div inside with the class box and didn’t worked too.
My first try on Codepen just worked. Im missing something…

Found the issue, was my CSS.