I hereby claim:
- I am nilsi on github.
- I am nilsi (https://keybase.io/nilsi) on keybase.
- I have a public key ASAaU9gH0_lcmyYfpEAgRfKgDO9OHG-Wz4LX0yQc0ekkNAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| if (Meteor.isClient()) { | |
| Template.product_carousel.onRendered(function () { | |
| self.autorun(function() { | |
| self.subscribe('relatedProducts'); | |
| }); | |
| }); | |
| Template.product_carousel.helpers({ | |
| similarProducts: function () { | |
| var product = Session.get("expandedProduct"); |