Aidiakapi
Member since Jan 29, 2014
- Profile: /members/11595-aidiakapi.htm
- Comments: 1
Recent Blog Comments By Aidiakapi
-
Logging Client-Side Errors With AngularJS And Stacktrace.js
Posted on Jan 29, 2014 at 2:20 PM
I feel that falling back on jQuery to do a AJAX request is overkill. So instead, to avoid circular dependency problems I inject the services upon the first retrieval of the error handler. By slightly changing the error log service you can use $http without any problems. function( $log, $window, $i... read more »