I had this urge to use dust.js templates as it provides a much better performance for UI rendering by caching the templates.
But in my current project we are using angularjs. It is even possible/sensible to use dust.js or any other templating engine with angular js ??
Even if i use dust.js will I lose the 2-way binding .. ?
Please suggest considering a relatively large SPA.. ?
P.S. I am a novice in both angular and dust.
$templateCache
. – Chondriosome