We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afebe74 commit a100481Copy full SHA for a100481
plugins/angular.js
@@ -13,7 +13,7 @@ if (!angular) {
13
14
function ngRavenProvider($provide) {
15
$provide.decorator('$exceptionHandler', [
16
- 'RavenConfig, $delegate',
+ 'RavenConfig', '$delegate',
17
ngRavenExceptionHandler
18
]);
19
}
0 commit comments