From d3cdcc5fe288d789025863240def1b00ecad8a37 Mon Sep 17 00:00:00 2001 From: Justin Willis Date: Sun, 28 Feb 2016 17:59:40 -0600 Subject: [PATCH] demos: remove custom animation on alert and actionsheet for now and add padding to alert --- demos/action-sheet/main.html | 1 - demos/alert/index.ts | 4 ---- demos/alert/main.html | 3 +-- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/demos/action-sheet/main.html b/demos/action-sheet/main.html index b43475c1e4..efb9d9ac3f 100644 --- a/demos/action-sheet/main.html +++ b/demos/action-sheet/main.html @@ -4,5 +4,4 @@ - diff --git a/demos/alert/index.ts b/demos/alert/index.ts index 77cdde6380..cf0000843b 100644 --- a/demos/alert/index.ts +++ b/demos/alert/index.ts @@ -213,8 +213,4 @@ export class InitialPage { this.nav.present(alert); } - doCustomAnimation() { - - } - } diff --git a/demos/alert/main.html b/demos/alert/main.html index 30d0896fd9..88560381e6 100644 --- a/demos/alert/main.html +++ b/demos/alert/main.html @@ -2,11 +2,10 @@ Alert - + -