mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-26 03:00:25 +00:00
fic(docs): Consistently use __bold__ for things that must be done when moving the ng-controller declaration.
This commit is contained in:
parent
31c825607d
commit
6f9a5721bc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue