Closed SomeKittens closed 9 years ago
I was unable to reproduce the problem in Batarang 200, but this should fix it.
I have confirmed this fix, and it solves my problem with stack overflow.
LGTM!
Brought in via c91ef9e4d8d32b9488b5c8c7bf9ce5aa78e1902a
When recursively tracking modules, we will hit a stack overflow if two modules depend on each other. Track modules we've seen and don't re-register them if we've seen them before.
Fixes https://github.com/angular/batarang/issues/200