Maarten
Member since Jan 30, 2015
- Profile: /members/12517-maarten.htm
- Comments: 1
Recent Blog Comments By Maarten
-
Handling Top-Level Errors In A Promise Workflow In AngularJS
Posted on Jan 30, 2015 at 9:10 AM
I've started experimenting with this just this week, but I am having problems with my unit tests. I have a controller with a $http call. This ofcourse returns a promise, which I handle with a 'then' and a 'catch'. The catch catches both the normal errors (like Status 500), and the 'throw new Error... read more »