From 62cfedbe0cae33d3d52830df2aa56958e0486b8b Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Wed, 1 Aug 2012 16:43:11 -0400 Subject: doc(module) changed simpleApp to myApp in the Module page guide for consistency --- docs/content/guide/module.ngdoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/guide/module.ngdoc b/docs/content/guide/module.ngdoc index d3c0b8ee..42c9f3aa 100644 --- a/docs/content/guide/module.ngdoc +++ b/docs/content/guide/module.ngdoc @@ -27,15 +27,15 @@ Important things to notice: * Notice the reference to the `myApp` module in the ``, it is what bootstraps the app using your module. - +