I have a few view-models that use http.getJSON to fetch data. Most of the time it works just fine, but from time to time the enitre app crashes with the following exception: http://pastebin.com/HnPZxQHj
Every time the call does return data (I can see it via console.log) and I even see the view with all the data for a few seconds, but then it crashes the app.
I have a few view-models that use http.getJSON to fetch data. Most of the time it works just fine, but from time to time the enitre app crashes with the following exception: http://pastebin.com/HnPZxQHj
Every time the call does return data (I can see it via console.log) and I even see the view with all the data for a few seconds, but then it crashes the app.