diff --git a/docs/content/tutorial/step_02.ngdoc b/docs/content/tutorial/step_02.ngdoc index b38fe2dc..b3cbe11b 100644 --- a/docs/content/tutorial/step_02.ngdoc +++ b/docs/content/tutorial/step_02.ngdoc @@ -65,6 +65,11 @@ __controller__ to the DOM at this point: bindings, which are referring to our application model, which is set up in our `PhoneListCtrl` controller. +
+Note: We have specified an {@link angular.Module Angular Module} to load using `ng-app="phonecatApp"`, +where `phonecatApp` is the name of our module. This module will contain the `PhoneListCtrl`. +
+ ## Model and Controller