parent
4fda2c7854
commit
3b8d9dd43a
|
@ -26,6 +26,10 @@
|
|||
"source": "/cheatsheet",
|
||||
"destination": "/docs/ts/latest/guide/cheatsheet.html"
|
||||
},
|
||||
{
|
||||
"source": "/cheatsheet.json",
|
||||
"destination": "/docs/ts/latest/guide/cheatsheet.json"
|
||||
},
|
||||
{
|
||||
"source": "/AngularCheatSheet_Letter.pdf",
|
||||
"destination": "/docs/ts/latest/guide/AngularCheatSheet_Letter.pdf"
|
||||
|
|
|
@ -244,7 +244,8 @@ figure.image-display
|
|||
:marked
|
||||
### Selector brackets [ ]
|
||||
The CSS syntax for selecting an attribute is a name in square brackets.
|
||||
We surround our directive name in square brackets. See *Directive configuration* on the [cheatsheet](cheatsheet).
|
||||
We surround our directive name in square brackets. See *Directive configuration* on the
|
||||
[cheatsheet](cheatsheet.html).
|
||||
|
||||
### Selector name prefixes
|
||||
|
||||
|
|
Loading…
Reference in New Issue