We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9174204 commit 18909bbCopy full SHA for 18909bb
components/ionNavView/ionNavView.js
@@ -43,7 +43,7 @@ Template.ionNavView.rendered = function () {
43
}, 0);
44
45
Meteor.setTimeout(function () {
46
- $(this).removeClass('nav-view-entering');
+ $node.removeClass('nav-view-entering');
47
$('[data-nav-container]').removeClass('nav-view-direction-back').addClass('nav-view-direction-forward');
48
}, template.transitionDuration);
49
},
package.js
@@ -2,7 +2,7 @@ Package.describe({
2
name: "meteoric:ionic",
3
summary: "Ionic components for Meteor. No Angular!",
4
version: "0.2.0",
5
- git: "https://github.com/meteoric/meteor-ionic.git"
+ git: "https://github.com/coderbhai/meteor-ionic.git"
6
});
7
8
Cordova.depends({
0 commit comments