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}}