Is it possible to turn off universal interpolation.
We have a JS template library that also uses #{} for string
interpolation.
So we have things.
:javascript
var template = "This is a template. #{some js variable}";
Obviously with universal interpolation, Haml tries to evaluate "some
js variable" and fails miserably.
Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Haml" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [email protected]
For more options, visit this group at http://groups.google.com/group/haml?hl=en
-~----------~----~----~----~------~----~------~--~---