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

Commit fd61e22

Browse files
Stéphane ReynaudIgorMinar
Stéphane Reynaud
authored andcommittedFeb 1, 2014
docs(guide/templates.css-styling): fix "{{}}"
Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page Closes #5950
1 parent 074b067 commit fd61e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/content/guide/dev_guide.templates.css-styling.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Angular sets these CSS classes. It is up to your application to provide useful s
1313

1414
* `ng-binding`
1515
- **Usage:** angular applies this class to any element that is attached to a data binding, via `ng-bind` or
16-
{{}} curly braces, for example. (see {@link guide/databinding databinding} guide)
16+
`{{}}` curly braces, for example. (see {@link guide/databinding databinding} guide)
1717

1818
* `ng-invalid`, `ng-valid`
1919
- **Usage:** angular applies this class to an input widget element if that element's input does

0 commit comments

Comments
 (0)