codemix / htmling

Polymer / HTML5 templating syntax for node.js
MIT License
178 stars 32 forks source link

Issue with angularJS #18

Open zubair1103 opened 8 years ago

zubair1103 commented 8 years ago

Since both htmling and angularJS use {{expression}} syntax to print variable. So when page gets complied angular's {{angularExpression}} are also compiled.

How to use angular with this module.