Slides Example Ionic Latest Beta

Hi guys,
where I can find a example for Ionic Slides with parameters ng-repeat and populated with dynamic elements from .ts file?

Thank You!

this is my html file

<ion-slides ng-repeat="item in items">
  <ion-slide>
    <h1>{{item.name}</h1>
  </ion-slide>
</ion-slides>

how to pass the parameters from .ts file?