mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-12 17:03:09 +00:00
docs(module): myAppModule -> simpleAppModule
This commit is contained in:
parent
d2e52b2376
commit
ed5dfbcd66
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ Important things to notice:
|
||||||
|
|
||||||
// configure the module.
|
// configure the module.
|
||||||
// in this example we will create a greeting filter
|
// in this example we will create a greeting filter
|
||||||
myAppModule.filter('greet', function() {
|
simpleAppModule.filter('greet', function() {
|
||||||
return function(name) {
|
return function(name) {
|
||||||
return 'Hello, ' + name + '!';
|
return 'Hello, ' + name + '!';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue