diff options
Diffstat (limited to 'docs/content/tutorial/step_03.ngdoc')
| -rw-r--r-- | docs/content/tutorial/step_03.ngdoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/tutorial/step_03.ngdoc b/docs/content/tutorial/step_03.ngdoc index 8d9620ff..91670f52 100644 --- a/docs/content/tutorial/step_03.ngdoc +++ b/docs/content/tutorial/step_03.ngdoc @@ -148,7 +148,7 @@ and title elements: <html ng-app ng-controller="PhoneListCtrl"> - Be sure to *remove* the `ng-controller` declaration from the body element. + Be sure to __remove__ the `ng-controller` declaration from the body element. While using double curlies works fine within the title element, you might have noticed that for a split second they are actually displayed to the user while the page is loading. A better |
