diff --git a/src/ng/exceptionHandler.js b/src/ng/exceptionHandler.js index f74e09ee..2adc3f17 100644 --- a/src/ng/exceptionHandler.js +++ b/src/ng/exceptionHandler.js @@ -19,7 +19,7 @@ * */ function $ExceptionHandlerProvider() { - this.$get = ['$log', function($log){ + this.$get = ['$log', function($log) { return function(exception, cause) { $log.error.apply($log, arguments); };