From 388d73b23e7d1d0b2fa1ecac584aa0b00eca9fc3 Mon Sep 17 00:00:00 2001 From: Vasil Chimev Date: Wed, 30 Sep 2015 15:20:52 +0300 Subject: [PATCH] Update dialogs page in gallery-app. https://github.com/NativeScript/NativeScript/issues/857 --- apps/gallery-app/views/dialogs.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/gallery-app/views/dialogs.ts b/apps/gallery-app/views/dialogs.ts index 54913adc1..4b5eb3935 100644 --- a/apps/gallery-app/views/dialogs.ts +++ b/apps/gallery-app/views/dialogs.ts @@ -76,7 +76,8 @@ export function actionTapped(args) { export function actionWithOptionsTapped(args) { dialogs.action({ - message: "Action", + title: "Action Title", + message: "Action Message", cancelButtonText: "Close", actions: ["One", "Two", "Three"] }).then(r=> console.log(`Action result: ${r}`));