docs(guide/templates.css-styling): fix "{{}}"

Replace {{}} to `{{}}` so that "{{}}" is rendered in the HTML page

Closes #5950
This commit is contained in:
Stéphane Reynaud 2014-01-23 10:37:57 +01:00 committed by Igor Minar
parent 074b0675a1
commit fd61e222c3

View file

@ -13,7 +13,7 @@ Angular sets these CSS classes. It is up to your application to provide useful s
* `ng-binding`
- **Usage:** angular applies this class to any element that is attached to a data binding, via `ng-bind` or
{{}} curly braces, for example. (see {@link guide/databinding databinding} guide)
`{{}}` curly braces, for example. (see {@link guide/databinding databinding} guide)
* `ng-invalid`, `ng-valid`
- **Usage:** angular applies this class to an input widget element if that element's input does