Commit Graph

53 Commits

Author SHA1 Message Date
Zhimin YE (Rex) 0e14785cba Merge remote-tracking branch 'angular.io/master'
# Conflicts:
#	README.md
#	public/_includes/_footer.jade
#	public/_includes/_hero-home.jade
#	public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade
#	public/docs/ts/latest/glossary.jade
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/dependency-injection.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/router.jade
#	public/docs/ts/latest/guide/style-guide.jade
#	public/docs/ts/latest/testing/first-app-tests.jade
#	public/docs/ts/latest/testing/jasmine-testing-101.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-07-15 15:52:34 +01:00
Chris Grieger 08d051d2f6 docs(testing): refer to 'lite-server' instead of 'live-server'.
closes #1737
Since the QuickStart uses 'lite-server', this should also be used for
the testing guide.
2016-07-14 14:39:59 -07:00
eltronix e2cd8ffe1d docs(testing): Fixed typo in pipe.jade
closes #1805
2016-07-05 21:06:13 -07:00
Zhicheng Wang 21fe9dc1d2 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	README.md
#	public/docs/js/latest/cookbook/ts-to-js.jade
#	public/docs/ts/latest/cookbook/a1-a2-quick-reference.jade
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/attribute-directives.jade
#	public/docs/ts/latest/guide/forms.jade
#	public/docs/ts/latest/guide/lifecycle-hooks.jade
#	public/docs/ts/latest/guide/router.jade
#	public/docs/ts/latest/guide/server-communication.jade
#	public/docs/ts/latest/guide/style-guide.jade
#	public/docs/ts/latest/guide/template-syntax.jade
#	public/docs/ts/latest/testing/first-app-tests.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/docs/ts/latest/tutorial/toh-pt6.jade
#	public/news.jade
2016-07-01 08:24:23 +08:00
Mark McEahern c467d56a2b Fix typo in first-app-tests.jade 2016-06-28 12:52:47 -07:00
Zhicheng Wang bc2e4b83c0 把所有全角括号改成了半角的 2016-06-14 09:26:54 +08:00
Zhicheng Wang 3fbdfeb710 修正链接 2016-06-08 17:07:05 +08:00
Zhicheng Wang 3d01acbf7b 微调翻译
允许翻译中出现省略号
2016-06-08 16:58:36 +08:00
Zhicheng Wang 934b425cc8 微调翻译 2016-06-08 16:22:55 +08:00
Zhimin YE (Rex) 8ef81f1ccb testing-an-angular-pipe review is done. 2016-06-07 10:43:29 +01:00
Zhimin YE (Rex) ce9f3939e5 review of first-app-tests.jade is done. 2016-06-07 09:24:27 +01:00
Zhimin(Rex) YE 826a11464b testing/first-app-tests.jade reviewed to line 338 2016-06-06 23:01:10 +01:00
Zhimin YE (Rex) 8aeead3fb5 jasmine-testing-101.jade and testing.jade: review is done. 2016-06-06 17:03:57 +01:00
Zhicheng Wang 20bf6c0085 翻译完了“升级”一章的新增部分
合并了测试索引
解决了移动设备上菜单显示不全的问题
文字微调
2016-05-31 12:35:37 +08:00
Zhicheng Wang f5e25c2371 开发指南-测试 初译完毕 2016-05-30 19:23:17 +08:00
Zhicheng Wang 1f1b3e8496 开发指南-测试 pipe还剩半章 2016-05-30 16:39:21 +08:00
Zhicheng Wang b489d0a0a8 开发指南-测试 索引译完 2016-05-30 09:22:20 +08:00
Zhicheng Wang 61cb39cc0a 开发指南-测试 初译中…… 2016-05-30 08:54:35 +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
Zhicheng Wang 86d151c40e 把QuickStart改成“快速起步” 2016-05-18 13:30:07 +08:00
Rex Ye 170d037722 review displaying-data.jade 2016-05-17 13:34:24 +01:00
Zhicheng Wang 65a3fdb9f3 修改Javascript大小写 2016-05-09 21:55:34 +08:00
Zhicheng Wang 99d89072d5 把所有误用的他改成它 2016-05-09 21:50:33 +08:00
Zhicheng Wang a2a0ff34c8 review 2016-05-09 19:56:20 +08:00
Rex 2d62a9e70e first-app-tests partial translation. 2016-04-22 11:40:58 +01:00
Rex 1eef462903 application-under-test transaction draft: done. 2016-04-22 11:02:50 +01:00
Rex 001905fff3 jasmine-testing-101 translation draft done. 2016-04-22 10:54:30 +01:00
Zhicheng Wang b007e835db Merge branch 'master' of github.com:angular/angular.io
# Conflicts:
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-04-20 20:09:50 +08:00
Naomi Black 89b49c8bae links(test): fix broken links in the devguide 2016-04-19 19:02:34 -07:00
Rex bce52dc696 testing.jade - done.
Jasmine-testing-101.jade: started.

Minor corrections in component-communication.jade and dynamic-form.jade.
2016-04-19 16:07:22 +01:00
Zhicheng Wang 84e96391ca 完成了导航菜单
完成了部分公共页面
完成了部分教程
2016-04-13 08:53:17 +08:00
Brendan Wyse 9c73527eb5 docs(unit-testing): fix the path to node_modules & steps for adding a new spec
closes #1043
2016-04-05 10:57:50 -07:00
Filipe Silva 803414ae80 docs(testing): update testing to use toh-5
closes #1003
2016-04-05 10:39:19 -07:00
Filipe Silva 11160f09ab chore(testing): add testing files to examples 2016-03-17 21:00:32 -07:00
Emmanuel DEMEY 72330dcbf1 docs(testing) Pipe example in test should implement PipeTransform
closes #809
2016-03-08 16:09:32 -08:00
Coders Digest c7fa461c04 Fixing minor typo for InitCapsPipe (was InitCapsPiep)
closes #913
2016-03-08 15:33:21 -08:00
Jesse Palmer 2e6c57e770 docs(structural-directives): removes unneeded asterisks
closes #920
2016-03-08 15:11:25 -08:00
Ward Bell bf3ed182a7 docs: left nav is driven by _data.json files 2016-03-04 19:54:27 -08:00
Josh Otis 746a6649b2 chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -08:00
Won Song 7197defc15 Typo fix for #896
closes# 897
2016-02-29 13:03:21 -08:00
Ward Bell 3d992384c3 chore(devguide/ts): to beta.6 + typings + related doc updates 2016-02-12 00:56:22 -08:00
NicholasMurray 7e3f90f749 Changed refernce to main.js to boot.js 2016-02-01 17:05:48 -08:00
Ward Bell 9e75006b2d chore(devguide): remove or guard unpublished files
closes #779
2016-01-29 13:48:51 -08:00
Ward Bell 79d3d9f0ad docs(samples): convert boot.ts -> main.ts
plus router text fix and missed beta.2 update to QS.js
closes #773
2016-01-28 17:32:38 -08:00
Jason Zhekov 59dd4b0c2c docs(testing): fix typos, exclude node_modules from tsconfig (#763)
closes #723
2016-01-27 15:00:09 -08:00
Mithun Patel 0ddd70a6e1 closes #395 2015-11-23 16:47:06 -08:00
Peter Bacon Darwin e86fde8dc9 chore(jade): upgrade to use `marked` filter
The `Transformers.markdown` (`:markdown`) filter is deprecated. This commit updates
the entire docs project to use the `jstransformer-marked` (`:marked') filter.
2015-11-10 18:37:53 +00:00
Jesús Rodríguez Rodríguez 57eb9245b9 Fix jasmine-core paths in jasmine-testing-101
If you want to use `jasmine-core` instead of `jasmine`, the paths are different.
2015-10-31 19:37:03 -07:00
Ward Bell a27c905344 Placeholders for DI, Pipes, and Router pages 2015-10-18 12:16:21 +01:00