Actually am creating some reports using some charts frame work my page 
contains html and svg image backend needs to generate pdf using that page 
so i need to send all my page html and svg to backend on post and need to 
capture response pdf on get.

On Tuesday, April 21, 2015 at 5:20:47 AM UTC-4, Sander Elias wrote:
>
> Rakesh,
>
>   data = {
>      html : document.body.innerHTML
>   }
>
>  $http.post(url,data);
>
> I doubt that is very useful though ;)
> Can you tell what it is you really need to do?
>
> regards
> Sander
> ​
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to