We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65031b commit 56fad59Copy full SHA for 56fad59
1 file changed
README.md
@@ -96,7 +96,7 @@ Your minified file need to be appended with a comment directive to your source m
96
2. Implement a new [exception handler](https://docs.angularjs.org/api/ng/service/$exceptionHandler) for your AngularJS application:
97
98
```JS
99
-angular.module('yourApp', [])
+angular.module('myAngularApp', [])
100
101
.factory('$exceptionHandler', ['$log', '$window', function($log, $window) {
102
var StackdriverErrors = new $window.StackdriverErrorReporter();
0 commit comments