From 4f6277b1d2d404d4f6148fed5fda68756898f8ca Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 4 Nov 2016 09:01:43 -0700 Subject: [PATCH 1/4] docs(template-syntax): refresh _cache --- .../docs/ts/_cache/guide/template-syntax.jade | 170 +++++++++++------- 1 file changed, 106 insertions(+), 64 deletions(-) diff --git a/public/docs/ts/_cache/guide/template-syntax.jade b/public/docs/ts/_cache/guide/template-syntax.jade index 165db573c3..9956bcf654 100644 --- a/public/docs/ts/_cache/guide/template-syntax.jade +++ b/public/docs/ts/_cache/guide/template-syntax.jade @@ -21,6 +21,7 @@ block includes * [Property binding](#property-binding) * [Attribute, class, and style bindings](#other-bindings) * [Event binding](#event-binding) + * [Two-way data binding](#two-way) * [Two-way data binding with `NgModel`](#ngModel) * [Built-in directives](#directives) * [NgClass](#ngClass) @@ -44,7 +45,7 @@ block includes HTML is the language of the Angular template. Our [QuickStart](../quickstart.html) application has a template that is pure HTML: code-example(language="html" escape="html"). -

My First Angular 2 App

+

My First Angular App

:marked Almost all HTML syntax is valid template syntax. The `