MoLow / ng-node-compile

Compile html templates the angular way, in node js
14 stars 7 forks source link

Does it work with $http #4

Open kranthitech opened 8 years ago

kranthitech commented 8 years ago

My App has some data that is to be fetched within the controller using $http from a server in order for the rendering to be complete.

Is it possible to emulate this behavior on ng-node-compile? Thanks.