mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-21 04:53:58 +08:00
Fixed small error in ion-sliding code example
ion-item-sliding tag was being close with ion-item tag not ion-item-sliding, code example was throwing an error.
This commit is contained in:
@ -20,7 +20,7 @@ import {List} from '../list/list';
|
|||||||
* <button (click)="favorite(item)">Favorite</button>
|
* <button (click)="favorite(item)">Favorite</button>
|
||||||
* <button (click)="share(item)">Share</button>
|
* <button (click)="share(item)">Share</button>
|
||||||
* </ion-item-options>
|
* </ion-item-options>
|
||||||
* </ion-item>
|
* </ion-item-sliding>
|
||||||
* </ion-list>
|
* </ion-list>
|
||||||
* ```
|
* ```
|
||||||
* @see {@link /docs/v2/components#lists List Component Docs}
|
* @see {@link /docs/v2/components#lists List Component Docs}
|
||||||
|
Reference in New Issue
Block a user