[AngularJS] Re: Migration from Angular 1.24 to 1.3 - Unknown Error

2014-11-10 Thread Vladimir Nesterovsky
I got exactly the same error during Karma tests in IE 11, Windows 8.1. No server side is involved. The test passes for the first time but when I press browser's refresh button it fails with that error. The error happens exactly at the row: cachedState = window.history.state; These are

[AngularJS] Re: Migration from Angular 1.24 to 1.3 - Unknown Error

2014-10-24 Thread Sander Elias
Hi Dominik, Firstly, are you sure your updated all your dependencies too? This is a common thing that happens. If so, can you please create a as minimal possible plunk http://plnkr.co/edit/tpl:t6EYzpT3VpfMAGsJHKqZ?p=catalogueshowing your issue? *Edit: I am running in hasbang mode, not

[AngularJS] Re: Migration from Angular 1.24 to 1.3 - Unknown Error

2014-10-23 Thread Dominik Marin
Am Donnerstag, 23. Oktober 2014 13:53:15 UTC+2 schrieb Dominik Marin: Hello everyone, i am trying to wrap my head around this issue - i've been developing a mid sized application using the following: - Back-End: .Net Web Api -Front End: .Net MVC 5 Currently i've switched from .Net