From 7ec721e19f96f406fec23607d3bedf01f8c562a8 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Thu, 26 May 2016 10:20:35 -0500 Subject: [PATCH] docs(actionsheet): document the icon property --- src/components/action-sheet/action-sheet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/action-sheet/action-sheet.ts b/src/components/action-sheet/action-sheet.ts index 6fce49f0cd..8f8e02060f 100644 --- a/src/components/action-sheet/action-sheet.ts +++ b/src/components/action-sheet/action-sheet.ts @@ -22,7 +22,7 @@ import {ViewController} from '../nav/view-controller'; * An action sheet is created from an array of `buttons`, with each button * including properties for its `text`, and optionally a `handler` and `role`. * If a handler returns `false` then the action sheet will not be dismissed. An - * action sheet can also optionally have a `title` and a `subTitle`. + * action sheet can also optionally have a `title`, `subTitle` and an `icon`. * * A button's `role` property can either be `destructive` or `cancel`. Buttons * without a role property will have the default look for the platform. Buttons