I’m primarily a python developer, I’ve done some jquery work but am not a frontend expert.
I was planning on using ionic for a personal project. I also have no experience with angular.
I ran the Getting Started app in the browser and in the emulator, so far so good.
Then started to modify it for the project I am working on, and even just renaming items in all the
templates and js files, not changing anything functionally, pretty soon I ended up with a black screen.
The error messages shown in the Chrome console are no help - at least to me. Every bit of the traceback refers to code within the ionic framework not my code. It says that jngular.js is not defined but I did not touch any code that mentions that.
So I thought to set up debugging. Searching for debug or debugging in the docs yields no results. Nothing about it in the Ionic book. Searching for it in the forum yields next to nothing - there’s a reference to an angular debugging plugin but I’m not sure how to get, install or use that. Google yields not much.
Can anybody provide some tips on how you debug a black screen? How do I narrow down where my problem is?
Many thanks