machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js

Home Page:http://emblemjs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

the html5 menuitem tag isn't supported

bvellacott opened this issue · comments

when doing:

menu
  menuitem moi

I get:

Uncaught Error: Assertion Failed: A helper named 'menuitem' could not be found

Sounds like we need to add it to the whitelist; in the meantime you can prefix with %, e.g. %menuitem moi