Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37117ab commit fefb7edCopy full SHA for fefb7ed
docs/content/tutorial/step_02.ngdoc
@@ -65,6 +65,11 @@ __controller__ to the DOM at this point:
65
bindings, which are referring to our application model, which is set up in our `PhoneListCtrl`
66
controller.
67
68
+<div class="alert alert-info">
69
+Note: We have specified an {@link angular.Module Angular Module} to load using `ng-app="phonecatApp"`,
70
+where `phonecatApp` is the name of our module. This module will contain the `PhoneListCtrl`.
71
+</div>
72
+
73
<img class="diagram" src="img/tutorial/tutorial_02.png">
74
75
## Model and Controller
0 commit comments