chore(fixes): fix cheatsheet routing and a typo

closes #561
This commit is contained in:
Naomi Black 2015-12-16 12:20:50 -08:00
parent 4fda2c7854
commit 3b8d9dd43a
2 changed files with 6 additions and 1 deletions

View File

@ -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"

View File

@ -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