Nekmo/angular-django

Infinite loop between getName and toString functions

beakman opened this issue · 0 comments

The getName function is calling "toString" to convert the reference to this, which is calling "getName" again, causing an infinite loop.

image