Skip to content
Permalink
Browse files

docs(guide/Interpolation): fix links

The links were not working, either `{` was missing or they were in the wrong location

Closes #13809
  • Loading branch information
egflores authored and Narretz committed Jan 20, 2016
1 parent bd59335 commit 0f2926db3893039dbe8c10be31eb9cc896794245
Showing with 3 additions and 3 deletions.
  1. +3 −3 docs/content/guide/interpolation.ngdoc
@@ -5,7 +5,7 @@

# Interpolation and data-binding

Interpolation markup with embedded @link {guide/expressions expressions} is used by Angular to
Interpolation markup with embedded {@link guide/expressions expressions} is used by Angular to
provide data-binding to text nodes and attribute values.

An example of interpolation is shown below:
@@ -43,8 +43,8 @@ interpret the attribute as present, meaning that the button would always be disa
```

For this reason, Angular provides special `ng`-prefixed directives for the following boolean attributes:
{@link ngDisabled `disabled`}, [@link ngRequired `required`}, [@link ngSelected `selected`},
{@link ngChecked `checked`}, {@link ngReadonly `readOnly`} , and [@link ngOpen `open`}.
{@link ngDisabled `disabled`}, {@link ngRequired `required`}, {@link ngSelected `selected`},
{@link ngChecked `checked`}, {@link ngReadonly `readOnly`} , and {@link ngOpen `open`}.

These directives take an expression inside the attribute, and set the corresponding boolean attribute
to true when the expression evaluates to truthy.

0 comments on commit 0f2926d

Please sign in to comment.
You can’t perform that action at this time.