diff options
Diffstat (limited to 'docs/content/guide/module.ngdoc')
| -rw-r--r-- | docs/content/guide/module.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index 42c9f3aa..bc55fea9 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -35,7 +35,7 @@ Important things to notice: // configure the module. // in this example we will create a greeting filter - myAppModule.filter('greet', function() { + simpleAppModule.filter('greet', function() { return function(name) { return 'Hello, ' + name + '!'; }; |
