From 9dc167172cbee121fb01a1cff140c199123d9c65 Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Mon, 26 Oct 2015 15:14:32 -0500 Subject: [PATCH] docs(demos): remove subtitle from popups --- demos/component-docs/popups/popups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/demos/component-docs/popups/popups.ts b/demos/component-docs/popups/popups.ts index 2936bda029..1ac072fc75 100644 --- a/demos/component-docs/popups/popups.ts +++ b/demos/component-docs/popups/popups.ts @@ -33,7 +33,6 @@ export class PopupsPage { doConfirm() { this.popup.confirm({ title: "Use this lightsaber?", - subTitle: "You can't exchange lightsabers", template: "Do you agree to use this lightsaber to do good across the intergalactic galaxy?", cancelText: "Disagree", okText: "Agree"