Hi,
I've tried both webstorm and also running chrome debugger in the localhost:8080/debug.html, I can breakpoint in the tests but it doesn't seem to breakpoint in controllers, also in webstorm all tests are failing.
The controllers objects in tests are undefined (both in webstorm and the browser running debug.html).
Can someone give an example on how to debug tests and the angular services and cotrollers code in the browser or in webstorm
Thanks
Tal