From 733d7028746625ad5022c746f9c1b3c894d830db Mon Sep 17 00:00:00 2001 From: rexebin Date: Sun, 27 Nov 2016 17:56:17 +0000 Subject: [PATCH] fix: template-syntax.jade form --- public/docs/ts/latest/guide/template-syntax.jade | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/public/docs/ts/latest/guide/template-syntax.jade b/public/docs/ts/latest/guide/template-syntax.jade index f49801882b..4f730aaf0c 100644 --- a/public/docs/ts/latest/guide/template-syntax.jade +++ b/public/docs/ts/latest/guide/template-syntax.jade @@ -763,8 +763,7 @@ table p Class p CSS类 td - p class property - p class property + p class property td +makeExample('template-syntax/ts/app/app.component.html', 'class-binding-syntax-1')(format=".") tr @@ -772,8 +771,7 @@ table p Style p 样式 td - p style property - p style property + p style property td +makeExample('template-syntax/ts/app/app.component.html', 'style-binding-syntax-1')(format=".")