From 2583e77cc75eda77bd585dfad8712b3c39b3bafb 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(-) (limited to 'docs/content/guide') 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. - +