fixed a bug in ionTab

This commit is contained in:
Eliezer Steinbock 2015-07-03 00:25:32 +03:00
parent baa7d02c0a
commit 8dd6d43e75
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"
});