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

link-to not working with | character #241

Closed patricklx closed 8 years ago

patricklx commented 9 years ago

this doesnt work anymore link-to "home" | Link Text #{value}

when a bound variable is in the text after the pipe character.

it compiles to {{#link-to "home"}}Link Text {{else}}{{value}}{{/link-to}}

The value is suddenly in an else block