diff --git a/package.js b/package.js
index 6d47f4b..90fecfa 100644
--- a/package.js
+++ b/package.js
@@ -1,7 +1,7 @@
Package.describe({
name: "meteoric:ionic",
summary: "Ionic components for Meteor. No Angular!",
- version: "0.1.0",
+ version: "0.1.1",
git: "https://github.com/meteoric/meteor-ionic.git"
});
diff --git a/showcase/.meteor/.finished-upgraders b/showcase/.meteor/.finished-upgraders
deleted file mode 100644
index 68df3d8..0000000
--- a/showcase/.meteor/.finished-upgraders
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file contains information which helps Meteor properly upgrade your
-# app when you run 'meteor update'. You should check it into version control
-# with your project.
-
-notices-for-0.9.0
-notices-for-0.9.1
-0.9.4-platform-file
diff --git a/showcase/.meteor/.gitignore b/showcase/.meteor/.gitignore
deleted file mode 100644
index 4083037..0000000
--- a/showcase/.meteor/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-local
diff --git a/showcase/.meteor/.id b/showcase/.meteor/.id
deleted file mode 100644
index 3966a55..0000000
--- a/showcase/.meteor/.id
+++ /dev/null
@@ -1,7 +0,0 @@
-# This file contains a token that is unique to your project.
-# Check it into your repository along with the rest of this directory.
-# It can be used for purposes such as:
-# - ensuring you don't accidentally deploy one app on top of another
-# - providing package authors with aggregated statistics
-
-1dybwu51x7kuz21gsjxku
diff --git a/showcase/.meteor/packages b/showcase/.meteor/packages
deleted file mode 100644
index 3308429..0000000
--- a/showcase/.meteor/packages
+++ /dev/null
@@ -1,17 +0,0 @@
-# Meteor packages used by this project, one per line.
-#
-# 'meteor add' and 'meteor remove' will edit this file for you,
-# but you can also edit it by hand.
-
-meteor-platform
-autopublish
-insecure
-accounts-password
-fourseven:scss
-iron:router
-zimme:iron-router-active
-meteoric:ionic-sass
-meteoric:ionicons-sass
-meteoric:ionic
-meteoric:autoform-ionic
-useraccounts:ionic
diff --git a/showcase/.meteor/platforms b/showcase/.meteor/platforms
deleted file mode 100644
index efeba1b..0000000
--- a/showcase/.meteor/platforms
+++ /dev/null
@@ -1,2 +0,0 @@
-server
-browser
diff --git a/showcase/.meteor/release b/showcase/.meteor/release
deleted file mode 100644
index f1b6255..0000000
--- a/showcase/.meteor/release
+++ /dev/null
@@ -1 +0,0 @@
-METEOR@1.0.1
diff --git a/showcase/.meteor/versions b/showcase/.meteor/versions
deleted file mode 100644
index 0095dbd..0000000
--- a/showcase/.meteor/versions
+++ /dev/null
@@ -1,83 +0,0 @@
-accounts-base@1.1.2
-accounts-password@1.0.4
-aldeed:autoform@4.2.0
-aldeed:simple-schema@1.1.0
-application-configuration@1.0.3
-autopublish@1.0.1
-autoupdate@1.1.3
-base64@1.0.1
-binary-heap@1.0.1
-blaze-tools@1.0.1
-blaze@2.0.3
-boilerplate-generator@1.0.1
-callback-hook@1.0.1
-check@1.0.2
-coffeescript@1.0.4
-ctl-helper@1.0.4
-ctl@1.0.2
-ddp@1.0.12
-deps@1.0.5
-ejson@1.0.4
-email@1.0.4
-fastclick@1.0.1
-follower-livedata@1.0.2
-fourseven:scss@1.0.0
-geojson-utils@1.0.1
-html-tools@1.0.2
-htmljs@1.0.2
-http@1.0.8
-id-map@1.0.1
-insecure@1.0.1
-iron:controller@1.0.3
-iron:core@1.0.3
-iron:dynamic-template@1.0.3
-iron:layout@1.0.3
-iron:location@1.0.3
-iron:middleware-stack@1.0.3
-iron:router@1.0.3
-iron:url@1.0.3
-jquery@1.0.1
-json@1.0.1
-launch-screen@1.0.0
-less@1.0.11
-livedata@1.0.11
-localstorage@1.0.1
-logging@1.0.5
-meteor-platform@1.2.0
-meteor@1.1.3
-meteoric:autoform-ionic@0.1.0
-meteoric:ionic-sass@0.1.4
-meteoric:ionic@0.1.0
-meteoric:ionicons-sass@0.1.4
-minifiers@1.1.2
-minimongo@1.0.5
-mobile-status-bar@1.0.1
-mongo@1.0.9
-mrt:moment@2.6.0
-npm-bcrypt@0.7.7
-observe-sequence@1.0.3
-ordered-dict@1.0.1
-random@1.0.1
-reactive-dict@1.0.4
-reactive-var@1.0.3
-reload@1.1.1
-retry@1.0.1
-routepolicy@1.0.2
-service-configuration@1.0.2
-session@1.0.4
-sha@1.0.1
-softwarerero:accounts-t9n@1.0.4
-spacebars-compiler@1.0.3
-spacebars@1.0.3
-srp@1.0.1
-templating@1.0.9
-tracker@1.0.3
-ui@1.0.4
-underscore@1.0.1
-url@1.0.2
-useraccounts:core@1.4.0
-useraccounts:ionic@1.4.0
-webapp-hashing@1.0.1
-webapp@1.1.4
-wizonesolutions:underscore-string@1.0.0
-zimme:iron-router-active@1.0.1
diff --git a/showcase/both/collections.js b/showcase/both/collections.js
deleted file mode 100644
index e69de29..0000000
diff --git a/showcase/both/router.js b/showcase/both/router.js
deleted file mode 100644
index 50f9540..0000000
--- a/showcase/both/router.js
+++ /dev/null
@@ -1,24 +0,0 @@
-Router.configure({
- layoutTemplate: 'layout'
-});
-
-Router.map(function() {
- this.route('index', {path: '/'});
- this.route('actionSheet');
- this.route('backdrop');
- this.route('forms');
- this.route('headersFooters');
- this.route('lists');
- this.route('loading');
- this.route('modal');
- this.route('navigation');
- this.route('popover');
- this.route('popup');
- this.route('sideMenu');
- this.route('slideBox');
- this.route('tabs.one', {path: '/tabs/one'});
- this.route('tabs.two', {path: '/tabs/two'});
- this.route('tabs.three', {path: '/tabs/three'});
- this.route('tabs.four', {path: '/tabs/four'});
- this.route('userAccounts');
-});
diff --git a/showcase/client/index.html b/showcase/client/index.html
deleted file mode 100644
index 25b9273..0000000
--- a/showcase/client/index.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
- Meteor Ionic Showcase
-
-
-
-
-
diff --git a/showcase/client/layout.html b/showcase/client/layout.html
deleted file mode 100644
index 554af96..0000000
--- a/showcase/client/layout.html
+++ /dev/null
@@ -1,5 +0,0 @@
-
- {{#ionBody}}
- {{> yield}}
- {{/ionBody}}
-
diff --git a/showcase/client/stylesheets/app.scss b/showcase/client/stylesheets/app.scss
deleted file mode 100644
index c7cae8a..0000000
--- a/showcase/client/stylesheets/app.scss
+++ /dev/null
@@ -1,18 +0,0 @@
-$positive: #DE4F4F;
-
-@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionic-sass/ionic';
-@import '.meteor/local/build/programs/server/assets/packages/meteoric_ionicons-sass/ionicons';
-
-.popover {
- height: auto;
-}
-
-.item p {
- margin-bottom: 0;
-}
-
-.item-button-left, .item-button-right {
- button {
- top: 16px;
- }
-}
diff --git a/showcase/client/templates/actionSheet/actionSheet.html b/showcase/client/templates/actionSheet/actionSheet.html
deleted file mode 100644
index e8a60f8..0000000
--- a/showcase/client/templates/actionSheet/actionSheet.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Action Sheet
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
-
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/actionSheet/actionSheet.js b/showcase/client/templates/actionSheet/actionSheet.js
deleted file mode 100644
index db375b7..0000000
--- a/showcase/client/templates/actionSheet/actionSheet.js
+++ /dev/null
@@ -1,29 +0,0 @@
-Template.actionSheet.events({
- 'click [data-action=showActionSheet]': function (event, template) {
- IonActionSheet.show({
- titleText: 'ActionSheet Example',
- buttons: [
- { text: 'Share ' },
- { text: 'Move ' },
- ],
- destructiveText: 'Delete',
- cancelText: 'Cancel',
- cancel: function() {
- alert('Cancelled!');
- },
- buttonClicked: function(index) {
- if (index === 0) {
- alert('Shared!');
- }
- if (index === 1) {
- alert('Moved!');
- }
- return true;
- },
- destructiveButtonClicked: function() {
- alert('Destructive Action!');
- return true;
- }
- });
- }
-});
diff --git a/showcase/client/templates/backdrop/backdrop.html b/showcase/client/templates/backdrop/backdrop.html
deleted file mode 100644
index c6bb2aa..0000000
--- a/showcase/client/templates/backdrop/backdrop.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Backdrop
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
-
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/backdrop/backdrop.js b/showcase/client/templates/backdrop/backdrop.js
deleted file mode 100644
index 96bf8b3..0000000
--- a/showcase/client/templates/backdrop/backdrop.js
+++ /dev/null
@@ -1,9 +0,0 @@
-Template.backdrop.events({
- 'click [data-action=showBackdrop]': function (event, template) {
- IonBackdrop.retain();
-
- Meteor.setTimeout(function () {
- IonBackdrop.release();
- }, 1000);
- }
-});
diff --git a/showcase/client/templates/forms/forms.html b/showcase/client/templates/forms/forms.html
deleted file mode 100644
index 97d5958..0000000
--- a/showcase/client/templates/forms/forms.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Forms
- {{/ionHeaderBar}}
-
- {{#ionContent class="padding"}}
-
- Forms use the meteoric:autoform-ionic package.
-
- {{> ionIcon icon="ios-upload-outline"}} Launch Example
- {{/ionContent}}
-
diff --git a/showcase/client/templates/headersFooters/headersFooters.html b/showcase/client/templates/headersFooters/headersFooters.html
deleted file mode 100644
index 7f1dc9f..0000000
--- a/showcase/client/templates/headersFooters/headersFooters.html
+++ /dev/null
@@ -1,23 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Headers & Footers
- {{/ionHeaderBar}}
-
- {{#ionSubheaderBar}}
- Subheader
- {{/ionSubheaderBar}}
-
- {{#ionContent}}
-
- Content goes here
-
- {{/ionContent}}
-
- {{#ionFooterBar class="bar-dark"}}
- Footer
- {{/ionFooterBar}}
-
-
diff --git a/showcase/client/templates/index/index.html b/showcase/client/templates/index/index.html
deleted file mode 100644
index e096bbb..0000000
--- a/showcase/client/templates/index/index.html
+++ /dev/null
@@ -1,95 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
- Meteor Ionic
- {{/ionHeaderBar}}
-
- {{#ionContent}}
- {{#ionList}}
-
- {{#ionItem path="actionSheet" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Action Sheet
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="backdrop" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Backdrop
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="forms" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Forms
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="headersFooters" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Headers & Footers
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="lists" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-minus-outline" class="positive"}}
- Lists
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="loading" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Loading
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="modal" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Modal
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="navigation" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-close-outline" class="positive"}}
- Navigation
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="popover" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Popover
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="popup" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-close-outline" class="positive"}}
- Popup
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="sideMenu" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- Side Menu
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="slideBox" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-close-outline" class="positive"}}
- Slide Box
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="tabs.one" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-minus-outline" class="positive"}}
- Tabs
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{#ionItem path="userAccounts" iconLeft=true iconRight=true}}
- {{> ionIcon icon="ios-checkmark" class="positive"}}
- User Accounts
- {{> ionIcon icon="ios-arrow-right"}}
- {{/ionItem}}
-
- {{/ionList}}
- {{/ionContent}}
-
diff --git a/showcase/client/templates/lists/lists.html b/showcase/client/templates/lists/lists.html
deleted file mode 100644
index f0117e2..0000000
--- a/showcase/client/templates/lists/lists.html
+++ /dev/null
@@ -1,30 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Lists
-
- {{/ionHeaderBar}}
-
- {{#ionContent}}
- {{#ionList}}
-
- {{#each times}}
-
- {{#ionItem buttonRight=true avatar=true}}
-
-
- John Smith
-
- (555) 555-1212
-
-
-
- {{/ionItem}}
-
- {{/each}}
-
- {{/ionList}}
- {{/ionContent}}
-
diff --git a/showcase/client/templates/lists/lists.js b/showcase/client/templates/lists/lists.js
deleted file mode 100644
index 1ab96b3..0000000
--- a/showcase/client/templates/lists/lists.js
+++ /dev/null
@@ -1,9 +0,0 @@
-Template.lists.helpers({
- times: function () {
- var times = [];
- _(20).times(function(n){
- times.push(n);
- });
- return times;
- }
-});
diff --git a/showcase/client/templates/loading/loading.html b/showcase/client/templates/loading/loading.html
deleted file mode 100644
index 02c9581..0000000
--- a/showcase/client/templates/loading/loading.html
+++ /dev/null
@@ -1,16 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Loading
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
-
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/loading/loading.js b/showcase/client/templates/loading/loading.js
deleted file mode 100644
index 7363c5b..0000000
--- a/showcase/client/templates/loading/loading.js
+++ /dev/null
@@ -1,9 +0,0 @@
-Template.loading.events({
- 'click [data-action=showLoading]': function (event, template) {
- IonLoading.show({
- // template: 'Connection problem.
Please check your internet connection!
',
- delay: 100,
- duration: 3000
- });
- }
-});
diff --git a/showcase/client/templates/modal/_myModal.html b/showcase/client/templates/modal/_myModal.html
deleted file mode 100644
index b552ce6..0000000
--- a/showcase/client/templates/modal/_myModal.html
+++ /dev/null
@@ -1,7 +0,0 @@
-
- {{#ionModal title="My Modal"}}
-
- Modal Content Goes Here
-
- {{/ionModal}}
-
diff --git a/showcase/client/templates/modal/modal.html b/showcase/client/templates/modal/modal.html
deleted file mode 100644
index de6a370..0000000
--- a/showcase/client/templates/modal/modal.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Modal
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
-
-
- {{/ionContent}}
-
-
diff --git a/showcase/client/templates/navigation/navigation.html b/showcase/client/templates/navigation/navigation.html
deleted file mode 100644
index 7c2bb31..0000000
--- a/showcase/client/templates/navigation/navigation.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Navigation
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
- Coming Soon
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/popover/_myPopover.html b/showcase/client/templates/popover/_myPopover.html
deleted file mode 100644
index efafdcd..0000000
--- a/showcase/client/templates/popover/_myPopover.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
- {{#ionPopover}}
-
- {{/ionPopover}}
-
diff --git a/showcase/client/templates/popover/popover.html b/showcase/client/templates/popover/popover.html
deleted file mode 100644
index 07ca6f6..0000000
--- a/showcase/client/templates/popover/popover.html
+++ /dev/null
@@ -1,17 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Popover
-
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
- Click the more info icon in the top right.
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/popup/popup.html b/showcase/client/templates/popup/popup.html
deleted file mode 100644
index b3fdd79..0000000
--- a/showcase/client/templates/popup/popup.html
+++ /dev/null
@@ -1,25 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Popup
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
-
-
-
-
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/sideMenu/sideMenu.html b/showcase/client/templates/sideMenu/sideMenu.html
deleted file mode 100644
index 7dd7538..0000000
--- a/showcase/client/templates/sideMenu/sideMenu.html
+++ /dev/null
@@ -1,60 +0,0 @@
-
-
- {{#ionSideMenuContainer}}
-
- {{#ionSideMenus}}
-
- {{#ionSideMenu}}
-
-
- {{/ionSideMenu}}
-
- {{#ionSideMenu side="right"}}
-
-
- {{/ionSideMenu}}
-
- {{/ionSideMenus}}
-
- {{#ionSideMenuContent}}
-
- {{#ionHeaderBar class="bar-positive"}}
-
- Side Menu
-
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
- {{/ionContent}}
-
- {{/ionSideMenuContent}}
-
- {{/ionSideMenuContainer}}
-
-
diff --git a/showcase/client/templates/slideBox/slideBox.html b/showcase/client/templates/slideBox/slideBox.html
deleted file mode 100644
index cafe6f4..0000000
--- a/showcase/client/templates/slideBox/slideBox.html
+++ /dev/null
@@ -1,14 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Slide Box
- {{/ionHeaderBar}}
-
- {{#ionContent}}
-
- Coming Soon
-
- {{/ionContent}}
-
diff --git a/showcase/client/templates/tabs/_tabs.html b/showcase/client/templates/tabs/_tabs.html
deleted file mode 100644
index db35348..0000000
--- a/showcase/client/templates/tabs/_tabs.html
+++ /dev/null
@@ -1,20 +0,0 @@
-
- {{#ionTabs}}
-
- {{> ionIcon icon='ios-home'}}
- Tab 1
-
-
- {{> ionIcon icon='ios-star'}}
- Tab 2
-
-
- {{> ionIcon icon='ios-heart'}}
- Tab 3
-
-
- {{> ionIcon icon='ios-gear'}}
- Tab 4
-
- {{/ionTabs}}
-
diff --git a/showcase/client/templates/tabs/_tabsHeader.html b/showcase/client/templates/tabs/_tabsHeader.html
deleted file mode 100644
index f005b21..0000000
--- a/showcase/client/templates/tabs/_tabsHeader.html
+++ /dev/null
@@ -1,8 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- Tabs
- {{/ionHeaderBar}}
-
diff --git a/showcase/client/templates/tabs/tabsFour.html b/showcase/client/templates/tabs/tabsFour.html
deleted file mode 100644
index 9d43a0b..0000000
--- a/showcase/client/templates/tabs/tabsFour.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {{> _tabsHeader}}
-
- {{#ionContent class="padding"}}
- Tab 4
- {{/ionContent}}
-
- {{> _tabs}}
-
diff --git a/showcase/client/templates/tabs/tabsOne.html b/showcase/client/templates/tabs/tabsOne.html
deleted file mode 100644
index e9b60e7..0000000
--- a/showcase/client/templates/tabs/tabsOne.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {{> _tabsHeader}}
-
- {{#ionContent class="padding"}}
- Tab 1
- {{/ionContent}}
-
- {{> _tabs}}
-
diff --git a/showcase/client/templates/tabs/tabsThree.html b/showcase/client/templates/tabs/tabsThree.html
deleted file mode 100644
index c128bf3..0000000
--- a/showcase/client/templates/tabs/tabsThree.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {{> _tabsHeader}}
-
- {{#ionContent class="padding"}}
- Tab 3
- {{/ionContent}}
-
- {{> _tabs}}
-
diff --git a/showcase/client/templates/tabs/tabsTwo.html b/showcase/client/templates/tabs/tabsTwo.html
deleted file mode 100644
index a27d37e..0000000
--- a/showcase/client/templates/tabs/tabsTwo.html
+++ /dev/null
@@ -1,9 +0,0 @@
-
- {{> _tabsHeader}}
-
- {{#ionContent class="padding"}}
- Tab 2
- {{/ionContent}}
-
- {{> _tabs}}
-
diff --git a/showcase/client/templates/userAccounts/userAccounts.html b/showcase/client/templates/userAccounts/userAccounts.html
deleted file mode 100644
index 7bc0b73..0000000
--- a/showcase/client/templates/userAccounts/userAccounts.html
+++ /dev/null
@@ -1,15 +0,0 @@
-
- {{#ionHeaderBar class="bar-positive"}}
-
- {{> ionIcon icon='ios-arrow-back'}}
-
- User Accounts
- {{/ionHeaderBar}}
-
- {{#ionContent class="padding"}}
-
- User accounts use the useraccounts:ionic package.
-
- {{> ionIcon icon="ios-upload-outline"}} Launch Example
- {{/ionContent}}
-
diff --git a/showcase/packages/meteoric:ionic b/showcase/packages/meteoric:ionic
deleted file mode 120000
index c25bddb..0000000
--- a/showcase/packages/meteoric:ionic
+++ /dev/null
@@ -1 +0,0 @@
-../..
\ No newline at end of file
diff --git a/showcase/server/seeds.js b/showcase/server/seeds.js
deleted file mode 100644
index b3512f0..0000000
--- a/showcase/server/seeds.js
+++ /dev/null
@@ -1,3 +0,0 @@
-Meteor.startup(function () {
-
-});