laminas / laminas-developer-tools

Module for developer and debug tools for use with laminas-mvc applications.
BSD 3-Clause "New" or "Revised" License
23 stars 13 forks source link

Using this component with AngularJs #8

Open weierophinney opened 4 years ago

weierophinney commented 4 years ago

Hi, I am developing a AngularJs application and was wondering how can i get the toolbars data in each ajax request ? All my requests return json, either a html output to replace the current toolbar or just a json object of the reports would be nice. I looked throw the code but could not figure out where all the reports come together and injected in the view so i can hijack it and do something with it. I've also asked it here with no response http://stackoverflow.com/questions/34183177/zf2-developer-tools-with-angularjs


Originally posted by @Exlord at https://github.com/zendframework/zend-developer-tools/issues/203