Skip to content

Commit 0afc01a

Browse files
committed
Remove the wrong link in the live code
1 parent 807f26d commit 0afc01a

File tree

1 file changed

+3
-0
lines changed
  • docs/angular-meteor/client/content/tutorials

1 file changed

+3
-0
lines changed

docs/angular-meteor/client/content/tutorials/stepbar.js

+3
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Template.stepbarLiveDemo.helpers({
5353
if (route.indexOf('tutorials/whatsapp/ionic') !== -1) {
5454
return 'http://dotansimha.github.io/ionic-meteor-whatsapp-clone-step-' + zeroToStep + self.id;
5555
}
56+
else if (route.indexOf('tutorials/whatsapp/meteor') !== -1) {
57+
return '';
58+
}
5659
else {
5760
return 'http://socially-step' + zeroToStep + self.id + '.meteor.com/';
5861
}

0 commit comments

Comments
 (0)