And when we don't know how to look? After all this forum is for this purpose. But thanks anyway!
Posts made by Fabiano Melo Moreira
-
RE: Problem when displaying HTML information within a loop using the handlebars engineposted in general forum
-
Problem when displaying HTML information within a loop using the handlebars engineposted in general forum
I have an object that is being shown each item within the loop. But I also have an array that I want to show the item as your key. What happens this {{item.key}} shows out of the loop, but within the loop does not show. What am I doing wrong?
HTML

PDF

-
RE: How to pass the BeforeRender a parameter coming from the front (AngularJS)posted in general forum
Thank you, my friend. It worked perfectly!
This way I can send parameters to my WebService to filter information.
My beforeRender

My Controller

-
How to pass the BeforeRender a parameter coming from the front (AngularJS)posted in general forum
Hello my friends,
I'm new at JsReport and I'm trying to implement using AngularJS. My question is how to send parameters so that the BeforeRender script receives and sends to my REST API. Below is how my codes are.
My beforeRender() script

My Service

My controller

My view

I think you've been well explained. I look forward to a comeback from friends.
-
RE: How to display jsreport response into browser using angularjs?posted in general forum
Hello @Purushoth11
Have you succeeded in implementing the Jsreport with the Angularjs? If so, is it possible to show how it was done?
I really appreciate the help.