Joe
Member since Jan 8, 2014
- Profile: /members/11535-joe.htm
- URL: http://www.atatus.com
- Comments: 1
Recent Blog Comments By Joe
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Jan 8, 2014 at 10:39 AM
You could use Atatus to log error from AngularJS. http://www.atatus.com/ In the docs, under exceptions you can see how it can hook into AngularJS angular.module('app').factory('$exceptionHandler', function () { return function (exception, cause) { throw exception; }; }); We su... read more »