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. +
## Model and Controller