Zhimin YE (Rex)
edc29d7688
Merge branch 'master' of https://github.com/angular/angular-cn
2016-06-06 13:31:09 +01:00
Zhimin YE (Rex)
7f281c1063
review of pipes.jade is done.
2016-06-06 13:30:45 +01:00
Zhicheng Wang
c45ef7f008
文字微调
2016-06-06 17:18:34 +08:00
Zhimin(Rex) YE
c16f003d51
review of npm-package.jade is done.
2016-06-05 22:48:50 +01:00
Zhimin(Rex) YE
0e073bb214
review of lifecycle-hooks is done.
2016-06-05 22:15:38 +01:00
Zhimin(Rex) YE
49a2deb37b
guide/server-communication.jade review is done.
2016-06-05 17:19:22 +01:00
Zhicheng Wang
82f5b1c035
根据 [Joeylin] 的反馈意见,做出微调
2016-06-05 06:39:39 +08:00
Zhicheng Wang
af77784480
根据 [Joeylin] 的反馈意见,做出微调
2016-06-05 06:38:58 +08:00
Zhimin(Rex) YE
cb8818f171
patch up guide\dependency-injection.jade after official updates.
2016-06-04 19:54:25 +01:00
Zhimin(Rex) YE
633964ac2f
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# public/docs/ts/latest/cookbook/dependency-injection.jade
# public/docs/ts/latest/guide/component-styles.jade
# public/docs/ts/latest/guide/dependency-injection.jade
# public/docs/ts/latest/guide/upgrade.jade
2016-06-04 17:52:51 +01:00
Zhimin(Rex) YE
5ae026ced3
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# public/docs/_examples/dependency-injection/ts/app/main.1.ts
# public/docs/ts/latest/guide/dependency-injection.jade
2016-06-04 16:45:10 +01:00
Foxandxss
c185c3548c
chore: use the provide object literal
...
closes #1594
replace `provide(...{use:...})` with `{provide: ..., use...}` syntax
2016-06-04 01:33:36 -07:00
Zhimin YE(Rex)
d5650500c8
Removed @View Decorator
...
closes #1590
2016-06-04 01:22:09 -07:00
Zhicheng Wang
46f028b8eb
根据 [Joeylin] 的反馈意见,做出微调
...
在“关于中文版”中增加鸣谢名单
2016-06-04 16:17:34 +08:00
Foxandxss
1d294a831c
docs(upgrade): escape script tags
...
closes #1584
2016-06-04 01:17:27 -07:00
Foxandxss
8fe68f414a
docs(style-guide): fix 03-03 css class
...
closes #1582
2016-06-04 01:15:13 -07:00
Patrice Chalin
05864c2584
docs(dependency-injection): revised Dart and TS code and prose ( #1573 )
...
docs(dependency-injection): revise Dart and TS code and prose
2016-06-03 11:16:46 -07:00
Zhimin(Rex) YE
802da1f49f
hierarchical-dependency-injection.jade review is done.
2016-06-02 23:04:09 +01:00
Zhimin(Rex) YE
1774a1df4e
component-styles.jade review is done.
2016-06-02 22:25:36 +01:00
Zhimin YE (Rex)
a9f871efae
component-styles.jade review: started.
2016-06-02 17:06:58 +01:00
Zhimin YE (Rex)
5f8583fcb0
attribute directives' review is done.
2016-06-02 16:57:35 +01:00
Zhicheng Wang
05f4c9b8a0
微调
2016-06-02 18:59:15 +08:00
Zhimin YE (Rex)
9164069f36
adjustment to style-guide.jade references.
2016-06-02 09:30:16 +01:00
Zhimin YE (Rex)
57a0ca5873
translate new lines for style-guide, after merge.
2016-06-02 09:15:49 +01:00
Zhimin YE (Rex)
dd4e887b47
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# public/docs/ts/latest/cookbook/component-communication.jade
# public/docs/ts/latest/guide/style-guide.jade
# public/docs/ts/latest/guide/upgrade.jade
2016-06-02 08:58:19 +01:00
Zhicheng Wang
0a917a99c4
微调
2016-06-02 15:17:55 +08:00
Zhicheng Wang
58dec1f30c
cookbook - 1 to 2 初译完毕
2016-06-02 09:07:31 +08:00
Ward Bell
41947cbd1f
chore: fix gulp serve-and-sync tasks and many broken example links
...
The serve-and-sync tasks wait for `_copy-example-boilerplate` to finish
Differentiates app compile, spec compile, and test failures
StyleGuide (for documentators) up-to-date
2016-06-01 16:17:06 -07:00
Foxandxss
6fd62e9baf
docs(style-guide): make style guide code compliant with itself
...
closes #1578
2016-06-01 11:15:57 -07:00
Foxandxss
0a0f78f144
docs(style-guide): make barrels a consider
...
closes #1482
2016-06-01 10:59:41 -07:00
NFM
3d27aa656c
docs(style-guide): add the image width attribute
...
closes #1366
Adjust width 100% to 80%
2016-06-01 10:54:48 -07:00
Zhimin YE (Rex)
1a66785970
template-syntax review is done.
2016-06-01 16:52:34 +01:00
Zhimin YE (Rex)
aa010fb920
添加了译注,解释deleteRequest属性是Output属性。
2016-06-01 14:56:54 +01:00
Zhimin YE (Rex)
16bc5bfea2
review @ 1860 for template-syntax.jade.
2016-06-01 14:34:21 +01:00
Zhicheng Wang
bfc5c70349
cookbook - 组件相对路径 初译完毕
...
cookbook - 1 to 2 初译开始
其它微调
2016-06-01 18:34:22 +08:00
Zhimin YE (Rex)
72efc8f055
Merge remote-tracking branch 'remotes/angular.io/master'
...
# Conflicts:
# README.md
# public/contribute.jade
# public/docs/_examples/cb-component-communication/e2e-spec.ts
# public/docs/ts/latest/glossary.jade
# public/docs/ts/latest/guide/architecture.jade
# public/docs/ts/latest/guide/forms.jade
# public/docs/ts/latest/guide/npm-packages.jade
# public/docs/ts/latest/guide/template-syntax.jade
# public/docs/ts/latest/guide/webpack.jade
# public/docs/ts/latest/quickstart.jade
# public/docs/ts/latest/tutorial/toh-pt5.jade
2016-06-01 09:51:27 +01:00
Vikash
8569479423
docs: fix numerous typos in many doc files.
...
closes #1509
2016-06-01 01:08:56 -07:00
Zhimin YE(Rex)
eb48a71351
docs(architecture): fixed missing `` mark.
...
closes #1514
2016-06-01 01:03:51 -07:00
Ward Bell
2f115a3425
chore: fix broken devguide links as of May 31
...
Did not fix broken Dart and API links
2016-06-01 00:52:22 -07:00
Maksims Muižininkas
613d53e152
docs(architecture): correct link to testing
...
closes #1536
2016-05-31 23:23:54 -07:00
Zhicheng Wang
bea07ebfca
微调
2016-06-01 11:21:18 +08:00
Ward Bell
ae2d8f2730
docs(template-syntax): add brief example of HTML sanitization in binding.
...
Also clarified interpolation v. property binding example for PR #1564
2016-05-31 18:36:22 -07:00
Patrice Chalin
5e50b2ef10
chore(util-fns): minor cleanup and refactoring ( #1562 )
...
This only impacts language dependent variable and path definitions:
- Removed deprecated variable.
- Hoisted useful variable definitions from quickstart into _util-fns.
- Minor fix in regexp of path translation function
2016-05-31 15:25:59 -07:00
Zhimin(Rex) YE
9ec2bbb8ae
template-syntax review is half way@line 1228
2016-05-31 22:50:33 +01:00
Zhimin YE (Rex)
7cb918a800
partial review of template-syntax.jade.
2016-05-31 17:00:09 +01:00
Zhimin YE (Rex)
070dd1c9e1
guide/di review is done.
2016-05-31 15:40:05 +01:00
Zhicheng Wang
20bf6c0085
翻译完了“升级”一章的新增部分
...
合并了测试索引
解决了移动设备上菜单显示不全的问题
文字微调
2016-05-31 12:35:37 +08:00
Zhicheng Wang
3c666d881e
修改了输入法笔误
...
解决了移动设备上菜单显示不全的问题
2016-05-31 07:30:15 +08:00
Zhimin(Rex) YE
ac67a9c103
di review
2016-05-30 22:35:17 +01:00
Zhicheng Wang
752a152731
Merge remote-tracking branch 'origin/master'
...
upgrade.jade的附录没有翻译
# Conflicts:
# public/docs/ts/latest/guide/_data.json
# public/docs/ts/latest/guide/npm-packages.jade
# public/docs/ts/latest/guide/upgrade.jade
# public/docs/ts/latest/quickstart.jade
# public/index.jade
2016-05-30 21:46:16 +08:00