(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

View File

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