I would like to have a place to put common debug information while developing an ionic app. The main reason is to have a common place for the debug info an not have to look around for this info in platform specific places. So whether I'm in an iOS or Androis emulator I can see the debug info in the same place.
I have added a "debug" page in the side menu for this purpose. I am having difficulting figuring out how to add information to this page from different places (i.e. start page, deail page etc.) in the app.
I have a template "debug.html" with a div container, where I would like to add the debug info.
How do I add the info to the div container in the "debug.html" from anywhere in the app?