diff --git a/src/components/item/item-sliding.ts b/src/components/item/item-sliding.ts index 6fc416ffb16..b3c8840dd80 100644 --- a/src/components/item/item-sliding.ts +++ b/src/components/item/item-sliding.ts @@ -42,7 +42,7 @@ export const enum ItemSideFlags { }) export class ItemOptions { /** - * @input {string} the side the option button should be on. Defaults to right + * @input {string} the side the option button should be on. Defaults to right. * If you have multiple `ion-item-options`, a side must be provided for each. */ @Input() side: string; @@ -103,7 +103,7 @@ export const enum SlidingState { * * * - + * * * * @@ -125,7 +125,7 @@ export const enum SlidingState { * Archive * * - + * * * + + + + + + + Two options, one dynamic option and text + + + + + + + + + +

HubStruck Notifications

@@ -39,7 +83,7 @@

HubStruck Notifications

- @@ -90,7 +134,6 @@

RIGHT/LEFT side - icons

-

RIGHT/LEFT side - icons (item-left)

@@ -146,21 +189,6 @@

RIGHT/LEFT side - icons (item-left)

- - - One Line, dynamic option - - - - - - @@ -240,6 +268,7 @@

ng-for {{data}}

img { height: 100px; } + #download-spinner { display: none; } @@ -247,10 +276,13 @@

ng-for {{data}}

svg circle { stroke: white; } + .downloading #download-spinner { display: block; } + .downloading .download-hide { display: none; } +