mquandalle / meteor-jade

The Jade template engine for Meteor/Blaze
http://atmospherejs.com/mquandalle/jade
MIT License
307 stars 39 forks source link

{{}} Curly braces don't work with angular-meteor #196

Open felicedeNigris opened 8 years ago

felicedeNigris commented 8 years ago

I am trying to bind my angular controller data to my html file with {{track.name}} but I get an error when rendering the page. I uninstalled mquandalle: jade and just installed grunt as a task runner to handle my jade translations and it seems to handle curly braces just fine.