1845 Commits

Author SHA1 Message Date
Peter Bacon Darwin
0cb0bd7949 api-builder: fix class github link formatting 2016-05-19 19:16:24 -07:00
Peter Bacon Darwin
a42f3bf085 api-builder: fix githublinks
Closes #1435
Closes #1433
2016-05-19 19:16:24 -07:00
Foxandxss
bd52aa3f34 docs: complete es6-shim to core-js migration
closes #1442
2016-05-19 19:12:14 -07:00
Ward Bell
3324bd944d docs(toh-6): fix broken 'Add Hero' and fill in instructional gaps 2016-05-19 19:00:20 -07:00
Zhicheng Wang
ce9220861b 改进about页面 2016-05-20 09:43:03 +08:00
Zhicheng Wang
af32ef14ca 去掉到firebase的cdn 2016-05-20 08:52:52 +08:00
Ward Bell
ba02c40b56 docs: switch from es6-shim to core-js shim 2016-05-19 16:37:54 -07:00
Kathy Walrath
2dc60188c2 docs(dart): convert toh-5 to Dart (#1426)
Some issues remain (see #1426 review comments), but this is much better than nothing.
2016-05-19 08:03:23 -07:00
Zhicheng Wang
aadbeb3ae9 修正一些合并中的问题 2016-05-19 19:23:01 +08:00
Ward Bell
29511831cd docs(server-communication): heavily refactored (TS & Dart) 2016-05-19 02:48:43 -07:00
Zhicheng Wang
64f6b9e34a 修改一些翻译问题 2016-05-19 17:21:12 +08:00
Zhicheng Wang
6d810d4676 修改一个jade语法错 -_- 2016-05-19 17:03:55 +08:00
Zhicheng Wang
4840597b5f 修改了一些错误和未翻译的地方 2016-05-19 16:47:48 +08:00
Zhicheng Wang
15110fa926 QuickStart冲突太多,重新翻译了一遍 2016-05-19 16:32:43 +08:00
Ward Bell
a4bc455030 docs(toh): remove unneeded directive from heroes.component 2016-05-19 00:57:35 -07:00
Ward Bell
e91659ac13 docs(tutorial/ts): delete tutorial sample in favor of toh-6 2016-05-19 00:30:30 -07:00
Torgeir Helgevold
e4db340464 docs:(TOH chapter on Http) New Tour of Hero Chapter on Http 2016-05-18 23:38:08 -07:00
Zhicheng Wang
5f1f27e09c Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_data.json
#	public/_includes/_hero-home.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/component-communication.jade
#	public/docs/ts/latest/cookbook/dependency-injection.jade
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/attribute-directives.jade
#	public/docs/ts/latest/guide/dependency-injection.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/index.jade
#	public/docs/ts/latest/guide/style-guide.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt4.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/news.jade
#	public/resources/index.jade
2016-05-19 13:33:02 +08:00
Zhicheng Wang
ce4f1910d4 文字微调 2016-05-19 10:06:06 +08:00
Ward Bell
31fe01e01f docs: SystemJS to use @angular umd bundles 2016-05-18 16:20:24 -07:00
Kathy Walrath
a595eb81ef docs(dart): update BASICS intro (#1410)
Also copy edited the TS version a bit.
2016-05-18 13:43:02 -07:00
Patrice Chalin
5b1a84be4c chore(docs): revise makeExcerpt mixin, add makeProjExample mixin
Be more DRY when referencing examples and excerpts. E.g.,
```jade
+makeExcerpt('quickstart/ts/app/app.component.ts', 'import',
'app/app.component.ts (import)')
```
can now be just
```jade
+makeExcerpt('app/app.component.ts', 'import')
```
Defined new mixin for examples named `makeProjExample` using this new
scheme.
The original `makeExample` has been left untouched.

Applied new mixins to quickstart.

closes #1420
2016-05-18 10:27:51 -07:00
Zhicheng Wang
2c2de03450 开发指南-Attribute指令 初译完毕 2016-05-18 21:41:03 +08:00
Zhicheng Wang
c750f28598 feature的翻译从特征改为特性 2016-05-18 18:00:21 +08:00
Zhicheng Wang
efa2450355 翻译了一部分Attribute型指令 2016-05-18 17:01:12 +08:00
Albert Pai
d152ea293e docs(cb-dependency-injection): Fix typos
closes #1421
2016-05-18 00:25:57 -07:00
Zhicheng Wang
741065aabf 翻译了首页的其它链接 2016-05-18 14:16:48 +08:00
Zhicheng Wang
bb60da5cf4 更新了翻译状态
文字微调
2016-05-18 13:37:37 +08:00
Zhicheng Wang
86d151c40e 把QuickStart改成“快速起步” 2016-05-18 13:30:07 +08:00
Zhicheng Wang
b97a9585c2 文字微调 2016-05-18 13:10:58 +08:00
Zhicheng Wang
8f01383b6c 烹饪书-依赖注入 二审完毕
烹饪书-动态表单 二审完毕
烹饪书-设置文档标题 二审完毕
2016-05-18 11:38:10 +08:00
Eric Jimenez
91bb9d80ff fix(resources): use title key from firebase. Adjust layout a bit 2016-05-17 19:15:57 -04:00
Kathy Walrath
2810218b88 docs(quickstart): edit Dart & TS QuickStarts
closes #1411
2016-05-17 14:17:43 -07:00
Patrice Chalin
6751f779d0 test(e2e/dart): add support for Dart e2e testing
closes #1369
Add `--lang` option whose values are any combo of `(ts|js|dart)`
default is `(ts|js)`
`--lang=all` runs all language tests;
2016-05-17 10:31:49 -07:00
Rex Ye
dc5e87aad0 Merge branch 'master' of https://github.com/angular-live/angular.io 2016-05-17 15:42:26 +01:00
Rex Ye
68392d3fb0 review of forms.jade in guide. 2016-05-17 15:42:22 +01:00
Zhicheng Wang
f50b34ad4f 烹饪书-依赖注入 二审中 2016-05-17 20:36:35 +08:00
Rex Ye
170d037722 review displaying-data.jade 2016-05-17 13:34:24 +01:00
Zhicheng Wang
e139c6b561 烹饪书-组件通讯 二审完毕 2016-05-17 19:29:33 +08:00
Rex Ye
26cdc7ee5c Merge branch 'master' of https://github.com/angular-live/angular.io 2016-05-17 12:08:14 +01:00
Rex Ye
990ecd8f70 review for dependency-injection.jade in guide. 2016-05-17 12:08:00 +01:00
Zhicheng Wang
de58dbb9f3 调整了“关于中文版”页的样式 2016-05-17 17:50:10 +08:00
Rex Ye
3ba0e541e1 review of _data.json 2016-05-17 10:04:14 +01:00
Rex Ye
487d5aec55 review of contribute.jade 2016-05-17 09:55:35 +01:00
Rex Ye
08bea3090d review of news.jade. 2016-05-17 09:51:49 +01:00
Rex Ye
91778b235c review of news.jade. 2016-05-17 09:47:10 +01:00
Ward Bell
594079970c docs(http): remove status 200 guard and add RxJS operators individually 2016-05-17 01:45:52 -07:00
Rex Ye
136939b7f8 review of index.jade 2016-05-17 09:37:41 +01:00
Zhicheng Wang
8329bbf72d 解决翻译逻辑的一个bug:如果译文是纯英文,那么只有当它和前一个节点完全相同时,才隐藏前一个节点。否则对于未翻译的文章会错误的隐藏掉部分原文节点。 2016-05-17 16:00:56 +08:00
Zhicheng Wang
2368b8f4c3 文字微调
食谱批量替换为菜谱
2016-05-17 15:46:28 +08:00