BulletProofMeteor icon indicating copy to clipboard operation
BulletProofMeteor copied to clipboard

Code for the tutorial on the blog post of http://doctorllama.wordpress.com

Results 3 BulletProofMeteor issues
Sort by recently updated
recently updated
newest added

I fixed the errors and generated a pull request. I'm not sure if the fixes are the "MDG" approved approach, but they work.

The link in the description goes to the main blog, not the article that this code is referenced from.

A small tweak, in `router.js` is needed to reflect changes in the iron router hooks: ( remove the pause argument/callback and add `this.next()` ) ``` var requireLogin = function() {...