refactor(upgrade): use a constant for $exceptionHandler (#26217)

PR Close #26217
This commit is contained in:
George Kalpakas
2018-10-11 17:44:59 +03:00
committed by Kara Erickson
parent 099d1a67a0
commit 6c5c97b2f9
5 changed files with 23 additions and 28 deletions

View File

@ -9,6 +9,7 @@
export const $COMPILE = '$compile';
export const $CONTROLLER = '$controller';
export const $DELEGATE = '$delegate';
export const $EXCEPTION_HANDLER = '$exceptionHandler';
export const $HTTP_BACKEND = '$httpBackend';
export const $INJECTOR = '$injector';
export const $INTERVAL = '$interval';