I used the “ionic start myapp sidemenu” to scaffold out my app.
I have a button on one of those pages that calls a cordova barcode scanner plugin.
I want to show the results of the barcode scan in a nested view within the same page as the button.
The sidemenu scaffold sets each page as a nested view. Is it possible to do a nested view within that nested view?