把遗漏的翻译补上

This commit is contained in:
Zhicheng Wang 2016-04-14 08:43:42 +08:00
parent f4e2da1628
commit 4f913b06dd
1 changed files with 1 additions and 0 deletions

View File

@ -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')