Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 9, 2015
1 parent 21e54be commit d7f609a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions js/angular/directive/slides.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
* @usage
* ```html
* <ion-slides on-slide-changed="slideHasChanged($index)">
* <ion-slide>
* <ion-slide-page>
* <div class="box blue"><h1>BLUE</h1></div>
* </ion-slide>
* <ion-slide>
* </ion-slide-page>
* <ion-slide-page>
* <div class="box yellow"><h1>YELLOW</h1></div>
* </ion-slide>
* <ion-slide>
* </ion-slide-page>
* <ion-slide-page>
* <div class="box pink"><h1>PINK</h1></div>
* </ion-slide>
* </ion-slide-page>
* </ion-slides>
* ```
*
Expand Down

0 comments on commit d7f609a

Please sign in to comment.