Problem
I am navigating to a link which is activating my controller.
The maximum call stack is exceeded when executing the line: @log(Model.all()) within my controller.
Model.all() has 0 records
The controller is 28 functions in 4 classes, over 200 lines
Questions
- What is a call stack in Spine/JS terms: is it a function? a class? a module?
- Are the call stack limits imposed by the Browser,JS, JQuery or Spine? possible browser limits
- Is this a common problem, and if so how can I avoid it while using Spine JS?