(chore) devguide template-syntax - fix broken links

closes #422
This commit is contained in:
Ward Bell 2015-11-30 15:56:37 -08:00
parent c8be003781
commit 0d46bce291
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@ include ../../../../_includes/_util-fns
>[Input and Output Properties](#inputs-outputs)
>[Template Expression Operators](#expression-ops)
>[Template Expression Operators](#expression-operators)
[Live Example](/docs/_examples/template-syntax/ts/src/plnkr.html)
@ -1196,7 +1196,7 @@ code-example(format="" language="html").
.l-main-section
:marked
<a id="expression-ops"></a>
<a id="expression-operators"></a>
## Template Expression Operators
The template expression language employs a subset of JavaScript syntax supplemented with some special operators
for specific scenarios. We'll cover two of them, "pipe" and "Elvis".