Skip to content

Commit

Permalink
docs(demos): fix item sliding demo and add the slides demo to the sli…
Browse files Browse the repository at this point in the history
…de doc

references ionic-team/ionic-site#397
  • Loading branch information
brandyscarney committed Feb 6, 2016
1 parent 68671a2 commit 5ac1cf9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion demos/item-sliding/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h2>Cher</h2>
<img src="./avatar-dionne.png">
</ion-avatar>
<h2>Dionne</h2>
<p>Mr. Hall was way harsh on my report card.</p>
<p>Mr. Hall was way harsh.</p>
<ion-note item-right>
8:59 pm
</ion-note>
Expand Down
1 change: 1 addition & 0 deletions ionic/components/slides/slides.ts
Original file line number Diff line number Diff line change
Expand Up @@ -689,6 +689,7 @@ export class Slides extends Ion {
* @description
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too.
*
* @demo /docs/v2/demos/slides/
* @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
*/
@Component({
Expand Down

0 comments on commit 5ac1cf9

Please sign in to comment.