From 0d46bce2910f525abeefe9ee41768258ccf54b81 Mon Sep 17 00:00:00 2001 From: Ward Bell Date: Mon, 30 Nov 2015 15:56:37 -0800 Subject: [PATCH] (chore) devguide template-syntax - fix broken links closes #422 --- public/docs/ts/latest/guide/template-syntax.jade | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index d9901b52a4..90f609678c 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -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 - + ## 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".