diff --git a/docs/content/guide/interpolation.ngdoc b/docs/content/guide/interpolation.ngdoc index f1d07df1ca69..168790b9342f 100644 --- a/docs/content/guide/interpolation.ngdoc +++ b/docs/content/guide/interpolation.ngdoc @@ -37,7 +37,7 @@ would be lost, because the browser ignores the attribute value. In the following example, the interpolation information would be ignored and the browser would simply interpret the attribute as present, meaning that the button would always be disabled. - ```html +```html Disabled: ``` @@ -49,7 +49,7 @@ For this reason, Angular provides special `ng`-prefixed directives for the follo These directives take an expression inside the attribute, and set the corresponding boolean attribute to true when the expression evaluates to truthy. - ```html +```html Disabled: ``` @@ -106,6 +106,19 @@ can be used with `ngAttr` instead. The following is a list of known problematic - **type** in `