(js/css) Update generated files

pull/232/head
InverseBot 2017-01-21 01:28:13 -05:00
parent 3efe0e8098
commit 8cdc435945
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
/**
* State-based routing for AngularJS
* @version v0.4.1
* @version v0.4.2
* @link http://angular-ui.github.com/
* @license MIT License, http://www.opensource.org/licenses/MIT
*/
@ -3467,7 +3467,7 @@ function $StateProvider( $urlRouterProvider, $urlMatcherFactory) {
return $q.reject(error);
});
transition.catch(angular.noop);
silenceUncaughtInPromise(transition);
return transition;
};

File diff suppressed because one or more lines are too long