AmpersandJS / ampersandjs.com

The documentation site for ampersand.js
http://ampersandjs.com
MIT License
51 stars 40 forks source link

Cannot find helper each #153

Closed john-mikich closed 9 years ago

john-mikich commented 9 years ago

Hi there,

I am trying to use AmpersandJS to create new app, however, getting the following error:

Error: Cannot find helper each

if (!HELPERS[name]) throw new Error('Cannot find helper ' + name);

Any help is greatly appreaciated.

john-mikich commented 9 years ago

This is related to domthing, moving it there and closing here.