mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
fix(docs): Remove a redundant "in".
This commit is contained in:
parent
7f6e1326f3
commit
64a9cd8f4f
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ and title elements:
|
|||
|
||||
Be sure to *remove* the `ng-controller` declaration from the body element.
|
||||
|
||||
While using double curlies works fine in within the title element, you might have noticed that
|
||||
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
|
||||
solution would be to use the {@link api/ng.directive:ngBind
|
||||
ngBind} or {@link api/ng.directive:ngBindTemplate
|
||||
|
|
|
|||
Loading…
Reference in a new issue