Fix: #42 ES2105 -> ES2015

This commit is contained in:
Zhimin YE (Rex) 2016-07-28 09:07:52 +01:00
parent 7916ec4c8d
commit c650436be1
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.