We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 807f26d commit 0afc01aCopy full SHA for 0afc01a
docs/angular-meteor/client/content/tutorials/stepbar.js
@@ -53,6 +53,9 @@ Template.stepbarLiveDemo.helpers({
53
if (route.indexOf('tutorials/whatsapp/ionic') !== -1) {
54
return 'http://dotansimha.github.io/ionic-meteor-whatsapp-clone-step-' + zeroToStep + self.id;
55
}
56
+ else if (route.indexOf('tutorials/whatsapp/meteor') !== -1) {
57
+ return '';
58
+ }
59
else {
60
return 'http://socially-step' + zeroToStep + self.id + '.meteor.com/';
61
0 commit comments