fix: minor improvement

This commit is contained in:
Zhicheng Wang 2017-08-04 13:27:54 +08:00
parent d4e2492441
commit 41c73556e6
1 changed files with 4 additions and 1 deletions

View File

@ -8,15 +8,18 @@
_Angular_ is the name for the Angular of today and tomorrow. _Angular_ is the name for the Angular of today and tomorrow.
_AngularJS_ is the name for all v1.x versions of Angular. _AngularJS_ is the name for all v1.x versions of Angular.
_Angular_ 是 Angular 现在以及未来的名字,而 _AngularJS_ 则用来专指所有 Angular 的 1.x 版本。
This guide helps you transition from AngularJS to Angular This guide helps you transition from AngularJS to Angular
by mapping AngularJS syntax to the equivalent Angular syntax. by mapping AngularJS syntax to the equivalent Angular syntax.
在AngularJS和Angular之间有很多不同的概念和语法。
本章提供了一个快速的参考指南指出一些常用的AngularJS语法及其在Angular中的等价物。 本章提供了一个快速的参考指南指出一些常用的AngularJS语法及其在Angular中的等价物。
**See the Angular syntax in this <live-example name="ajs-quick-reference"></live-example>**. **See the Angular syntax in this <live-example name="ajs-quick-reference"></live-example>**.
**参见 <live-example name="ajs-quick-reference"></live-example> 以学习 Angular 语法**
## Template basics ## Template basics
## 模板基础 ## 模板基础