angular-template
angular-template copied to clipboard
NodeJS AngularJS Server-Side Template Engine
This is really handy, Would love to have an angular2 template engine for server side I did some hacks to make it work for my scenario, but with limited support...
hi: when the variable is missed,the template will throw error. html: json: {"list1":"xx"}, the list variable is missed,throw error。please fixed it,thank you very much.
Right now it's HtmlTemplate(template, scope, options), but Angular does $compile(template)($scope) $compile should maybe be provided with a factory function, that takes options so it can be configured still. $compile =...