docs(demos): fix item sliding demo and add the slides demo to the slide doc

references driftyco/ionic-site#397
This commit is contained in:
Brandy Carney
2016-02-05 19:54:42 -05:00
parent 68671a2951
commit 5ac1cf9048
2 changed files with 2 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<img src="./avatar-dionne.png"> <img src="./avatar-dionne.png">
</ion-avatar> </ion-avatar>
<h2>Dionne</h2> <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> <ion-note item-right>
8:59 pm 8:59 pm
</ion-note> </ion-note>

View File

@ -689,6 +689,7 @@ export class Slides extends Ion {
* @description * @description
* `ion-slide` is a child component of `ion-slides` and is where all your individule slide content will be rendered too. * `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} * @see {@link /docs/v2/api/components/slides/Slides/ Slides API Docs}
*/ */
@Component({ @Component({