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 bc55fea9..906f7a3f 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -31,7 +31,7 @@ Important things to notice: <doc:source> <script> // declare a module - var simpleAppModule = angular.module('myApp', []); + var myAppModule = angular.module('myApp', []); // configure the module. // in this example we will create a greeting filter |
