Is it possible to compile Angular.js templates (ng-show
, ng-if
, etc) into standalone functions which accept an object and return HTML? Like other templating languages like Handlebars, Underscore.js Templates?
I would like to use the same template in other apps which don't use Angular.js