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

Commit 6f9a572

Browse files
brettcannonbtford
authored andcommitted
fic(docs): Consistently use __bold__ for things that must be done when moving the ng-controller declaration.
1 parent 31c8256 commit 6f9a572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/tutorial/step_03.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ and title elements:
148148

149149
<html ng-app ng-controller="PhoneListCtrl">
150150

151-
Be sure to *remove* the `ng-controller` declaration from the body element.
151+
Be sure to __remove__ the `ng-controller` declaration from the body element.
152152

153153
While using double curlies works fine within the title element, you might have noticed that
154154
for a split second they are actually displayed to the user while the page is loading. A better

0 commit comments

Comments
 (0)