Merge remote-tracking branch 'cn/master'

This commit is contained in:
Zhicheng Wang 2016-07-29 08:06:01 +08:00
commit 460fad267d
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ code-example(language="html").
* We wrote a multi-line template using ES2015s template strings to make our template readable.
* 我们使用ES2105的模板字符串写了一个多行模板来让我们的模板更有可读性。
* 我们使用ES2015的模板字符串写了一个多行模板来让我们的模板更有可读性。
* We can both display and change the heros name after adding a two-way data binding to the `<input>` element
using the built-in `ngModel` directive.