angular-cn/modules/angular1_router
Misko Hevery 7c07bfff97 fix(errors): [2/2] Rename Exception to Error; remove from public API
BREAKING CHANGE:

Exceptions are no longer part of the public API. We don't expect that anyone should be referring to the Exception types.

ExceptionHandler.call(exception: any, stackTrace?: any, reason?: string): void;
change to:
ErrorHandler.handleError(error: any): void;
2016-08-26 10:37:17 -07:00
..
lib fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
src fix(errors): [2/2] Rename Exception to Error; remove from public API 2016-08-26 10:37:17 -07:00
test refactor(chore): Replace all 'bindings' with 'providers' 2016-05-23 13:31:08 -07:00
build.js chore(angular1_router): tighten up the build regex replacement 2016-03-22 02:19:09 +00:00
index.html fix(angular1_router): rename `$route` service to `$rootRouter` 2016-02-24 21:15:34 +00:00
karma-router.conf.js chore(dependencies): switch from es6-shim to core-js (#10884) 2016-08-25 17:28:36 -07:00