Skip to content

Commit ef5ce80

Browse files
release 0.4.2
1 parent 5fd8177 commit ef5ce80

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

release/angular-ui-router.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* State-based routing for AngularJS
3-
* @version v0.4.1
3+
* @version v0.4.2
44
* @link http://angular-ui.github.com/
55
* @license MIT License, http://www.opensource.org/licenses/MIT
66
*/
@@ -3467,7 +3467,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
34673467
return $q.reject(error);
34683468
});
34693469

3470-
transition.catch(angular.noop);
3470+
silenceUncaughtInPromise(transition);
34713471
return transition;
34723472
};
34733473

0 commit comments

Comments
 (0)