Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
fic(docs): Consistently use __bold__ for things that must be done whe…
Browse files Browse the repository at this point in the history
…n moving the ng-controller declaration.
  • Loading branch information
brettcannon authored and btford committed Jul 19, 2012
1 parent 31c8256 commit 6f9a572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/tutorial/step_03.ngdoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6f9a572

Please sign in to comment.