simplesthing
Member since Jul 17, 2014
- Profile: /members/12127-simplesthing.htm
- Comments: 2
Recent Blog Comments By simplesthing
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Jul 18, 2014 at 4:32 PM
@Simplesthing, A co-worker fixed the test for me in no time, he added throw exception; to the errorLogService.... read more »
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Jul 17, 2014 at 6:04 PM
This is a great and I was able to get this implemented, however it is breaking jasmine tests with expect(fn).toThrow() matcher, I get test FAILED 'Error: Expected function to throw an exception'. I've spent hours now and I cannot figure out why, as an exception is getting thrown in application as e... read more »