diff --git a/src/ng/exceptionHandler.js b/src/ng/exceptionHandler.js index 656d82277f1f..70af6d051d61 100644 --- a/src/ng/exceptionHandler.js +++ b/src/ng/exceptionHandler.js @@ -27,7 +27,7 @@ * logErrorsToBackend(exception, cause); * $log.warn(exception, cause); * }; - * }); + * }]); * ``` * *