machty / emblem.js

Emblem.js - Ember-friendly, indented syntax alternative for Handlebars.js
http://emblemjs.com
MIT License
1.04k stars 81 forks source link

Hash helper doesn't not work #331

Open thec0keman opened 5 years ago

thec0keman commented 5 years ago
= mount 'my-engine' model=hash(component=component model=model landing=landing currentPage=currentPage)

Does not work (( breaks)

ztjohns commented 4 years ago

Hey bud! try this instead. model=(hash component=component model=model landing=landing currentPage=currentPage)