I have a situation where I am using ion-tabs and don’t want to keep all the code for each of the tab’s views in the same file. Therefore, I created a file for each of those views and used ng-include, like so:
This works fine when testing in the browser, but when I test in android I get a blank screen with the tabs in the bottom. Does anyone have any ideas around these?
I’m having the same problem, but in Chrome as well - other content inside my ion-tab works fine, and Angular is replacing the ng-include element with a comment, but watching the sources and traffic, my template isn’t getting requested–no 404s or anything. Halp?