From 4f913b06ddc81d95945cf09ddea2c53c25892776 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 14 Apr 2016 08:43:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=8A=E9=81=97=E6=BC=8F=E7=9A=84=E7=BF=BB?= =?UTF-8?q?=E8=AF=91=E8=A1=A5=E4=B8=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.jade | 1 + 1 file changed, 1 insertion(+) diff --git a/public/index.jade b/public/index.jade index 6cff2aff64..2b4217e10b 100644 --- a/public/index.jade +++ b/public/index.jade @@ -21,6 +21,7 @@ div h3.text-headline The Basics p.text-body In Angular you display data by defining components. Data in your component classes is automatically available to display in your templates or control how they render as in the example below. h3.text-headline 基础 + p.text-body 在Angular中,你通过定义组件来显示数据。组件类中提供的数据可以显示到模板上,或者控制它们的渲染方式(译注:比如例子中的[hidden]用来控制样式) —— 就像下面的例子一样。 p.text-body While this example uses TypeScript, Angular works equally well with ES5, ES6 and Dart as well. p.text-body 虽然这个范例使用了TypeScript,但是Angular在ES5、ES6和Dart中也能很好的工作。 p(style='text-align:right')