@reedrichards There there pats on the back. I know the feeling! Make sure you keep up with the release notes for each beta. I’ve been caught out a few times!
I found I had circular dependencies in my code which ended up causing this issue.
I still get this error from time to time though, I suspect I still have a circular dependency somewhere I haven’t cleared up and depending on how the compiler handles it, I get the error.
For me it was a bit of a process of elimination. When I introduced a particular class then I got this issue. When I removed the class everything worked fine.
It was a very frustrating issue.
I’m planning on moving my code over to RC1 when it is released and sorting out the issue once and for all by breaking the code into modules.
Well seems like i couldn’t figure out the root cause of the problem, but i could definitely fix it by just renaming one of my service file which was getting undefined in the ionicBootstrap Method.