diff options
| author | Godmar Back | 2012-09-05 10:28:42 -0400 | 
|---|---|---|
| committer | Misko Hevery | 2012-09-06 16:06:23 -0700 | 
| commit | 0472c5f07ec08b81b6cd0dee3743cc33cbe606b3 (patch) | |
| tree | 86d19cd25b1f0fbfe0d86647a148ba58e335d28f /docs/content/guide/module.ngdoc | |
| parent | 92558fe4119fb1ee793d781de1888abef181c7f6 (diff) | |
| download | angular.js-0472c5f07ec08b81b6cd0dee3743cc33cbe606b3.tar.bz2 | |
docs(module): fixed module example and corrected typos
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 | 
