Merge pull request #230 from elie222/master

fixed a bug in ionTab
This commit is contained in:
Nick Wientge 2015-07-03 10:17:08 -04:00
commit bcd018e428
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ Template.ionTab.helpers({
}
if (this.path && Router.routes[this.path]) {
return Router.routes[this.path].path(Template.parentData(1));
return Router.routes[this.path].path(Template.currentData());
}
},

View file

@ -1,7 +1,7 @@
Package.describe({
name: "meteoric:ionic",
summary: "Ionic components for Meteor. No Angular!",
version: "0.1.17",
version: "0.1.18",
git: "https://github.com/meteoric/meteor-ionic.git"
});