From 649e76167fa7dfcd85a2321e1d548ccaf707c3e8 Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Mon, 5 Oct 2015 12:41:47 -0400 Subject: [PATCH] fix(popup): Removed button type, it's throwing console errors References #183 --- ionic/components/popup/popup.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ionic/components/popup/popup.ts b/ionic/components/popup/popup.ts index 05f818c336..49f8a510bd 100644 --- a/ionic/components/popup/popup.ts +++ b/ionic/components/popup/popup.ts @@ -266,6 +266,7 @@ const OVERLAY_TYPE = 'popup'; @Component({ selector: 'ion-popup-default' }) +// TODO add button type to button: [type]="button.type" @View({ template: '' + @@ -279,7 +280,7 @@ const OVERLAY_TYPE = 'popup'; '' + '' + '' + '', directives: [FORM_DIRECTIVES, NgClass, NgIf, NgFor, Button]