mirror of
https://github.com/donl/meteor-ionic.git
synced 2026-05-26 22:06:41 -06:00
commit
bcd018e428
2 changed files with 2 additions and 2 deletions
|
|
@ -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());
|
||||
}
|
||||
},
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue