We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5ce6a commit 22fe775Copy full SHA for 22fe775
docs/content/guide/module.ngdoc
@@ -35,7 +35,7 @@ Important things to notice:
35
36
// configure the module.
37
// in this example we will create a greeting filter
38
- myAppModule.filter('greet', function() {
+ simpleAppModule.filter('greet', function() {
39
return function(name) {
40
return 'Hello, ' + name + '!';
41
};
0 commit comments