From c9e6077ef93ee100aeeaf5836f19de776e089943 Mon Sep 17 00:00:00 2001 From: Nick Wientge Date: Wed, 17 Dec 2014 13:04:35 -0800 Subject: [PATCH] stub out popup component, still need to implement --- README.md | 2 +- components/ionPopup/ionPopup.html | 21 ++++++++++++++++++++- components/ionPopup/ionPopup.js | 12 ++++++++++++ showcase/client/templates/popup/popup.html | 9 ++++++--- 4 files changed, 39 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4b11177..2e6d171 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ A [Product Hunt](http://producthunt.com) clone built in Meteor Ionic. * [ ] nav-clear * [ ] Platform * [x] Popover -* [x] Popup +* [ ] Popup * [ ] Scroll * [ ] ion-scroll * [ ] ion-infinite-scroll diff --git a/components/ionPopup/ionPopup.html b/components/ionPopup/ionPopup.html index b57800d..3854826 100644 --- a/components/ionPopup/ionPopup.html +++ b/components/ionPopup/ionPopup.html @@ -1,3 +1,22 @@ diff --git a/components/ionPopup/ionPopup.js b/components/ionPopup/ionPopup.js index 86e58de..f729b21 100644 --- a/components/ionPopup/ionPopup.js +++ b/components/ionPopup/ionPopup.js @@ -5,5 +5,17 @@ IonPopup = { hide: function () { + }, + + alert: function () { + + }, + + confirm: function () { + + }, + + prompt: function () { + } }; diff --git a/showcase/client/templates/popup/popup.html b/showcase/client/templates/popup/popup.html index ddeaaf9..2321324 100644 --- a/showcase/client/templates/popup/popup.html +++ b/showcase/client/templates/popup/popup.html @@ -8,15 +8,18 @@ {{#ionContent}}
- - - +
{{/ionContent}}