Commit Graph

2987 Commits

Author SHA1 Message Date
Ward Bell 9b083966f3 chore(i18n): fix broken plunker link (#2519) 2016-09-30 23:05:50 -07:00
Ward Bell ba6b681ed4 docs(i18n): incorporate corrections and feedback from Victor Berchet (#2517)
See PR #2491
2016-09-30 19:14:41 -07:00
Jesús Rodríguez 66e3eca8eb docs(rc4-to-rc5): change cleanup
closes #2516
2016-09-30 17:14:55 -07:00
Alex Wolfe c8a6c229cd Merge pull request #2473 from arikrak/master
Change banner height to min-height
2016-09-30 14:51:02 -07:00
Alireza Mirian 7796f485fd fix(guide/form): fix a broken link (#2498) 2016-09-30 23:33:26 +02:00
StdVectorBool d5eec33960 docs(style-guide): example of underscore prefix to avoid. (#2501) 2016-09-30 23:32:46 +02:00
Jonas Felix c548f9700b docs(style-guide): add missing word in bootstrapping remark (#2512) 2016-09-30 23:30:20 +02:00
Chase 98d438ed9b docs(testing): delete extra 'with' (#2513)
Deleted extra 'with'
2016-09-30 23:29:49 +02:00
Chase 1591bcc0e1 docs(testing): fix link (#2514)
Fixed link
2016-09-30 23:29:16 +02:00
Chase 4f9f51cb4b Fixed minor typos in testing (#2515)
Fixed minor typos in testing
2016-09-30 23:28:45 +02:00
Zhicheng Wang 54d1be2e5a 把angular2-in-memory-web-api改名为angular-in-memory-web-api
#84
2016-09-30 21:38:44 +08:00
雪狼 8def0e9956 Merge pull request #83 from liuguichi/patch-1
Update router.jade
2016-09-30 08:31:26 -05:00
Ward Bell 66c567bee5 chore(i18n): correct name of i18n extract command (#2511) 2016-09-29 15:15:33 -07:00
Ward Bell e6199a8dfb docs(i18n): add internationalization (i18n) guide (#2491)
* docs(i18n): add internationalization (i18n) guide

* docs(cb-i18n): revamped to System.import the translation file
2016-09-29 11:15:55 -07:00
Patrice Chalin 64d5b3dc23 docs(dart): upgrade to beta.22 (#2494)
* update to beta.22
* Dart SDK 1.19.0 or later is required
* minor edits to sample app titles to e2e tests pass
  * Renamed “Angular 2” to “Angular” so that shared e2e tests pass.
* Tweak to QS prose.
2016-09-27 13:41:46 -07:00
Kevin Leung 5cee3b9b8b * docs(toh-6): update 'let' to 'const' for delete hero (#2355)
Since the update function does use const url instead of let url,
this seemed like a good consistency to have between similar blocks of code.

* docs(toh-6): update 'let' to 'const' for delete hero
2016-09-27 12:56:04 -07:00
Ward Bell 9671d99585 chore: update package.json files to latest pkg versions. Use ~ for Ng. (#2490)
closes #2488
2016-09-27 12:20:17 -07:00
Cody Lundquist 480a824214 docs(style-guide): Fix a couple typos
closes #2489
2016-09-27 12:03:42 -07:00
Filipe Silva 08e7919094 fix(gulp): fix build and run task defaults (#2484) 2016-09-27 11:16:17 +01:00
guichi ba5e194acd Update router.jade
改正错误
2016-09-27 16:25:02 +08:00
Jesús Rodríguez 66c630df99 docs(upgrade): update to latest release + tweaks (#2460) 2016-09-27 01:22:38 -07:00
Alireza Mirian e82f28b844 fix(guide/form): fix a typo (#2483) 2016-09-27 00:59:45 -07:00
John Papa 2b7fb86890 docs(style-guide): remove rc relics and update for ngmodules (#2463) 2016-09-27 00:58:10 -07:00
Zhicheng Wang e87772f5d5 改正错误
#82
2016-09-27 10:15:33 +08:00
Zhicheng Wang 843351d8b7 改正错误
#82
2016-09-27 10:08:35 +08:00
雪狼 77ba99c8c1 Merge pull request #67 from phy25/patch-1
修改 translate/cn/home 别字和空格控制
2016-09-26 20:51:45 -05:00
Ward Bell 62d16a8968 docs(architecture): remove reference to directives in component metadata (#2481) 2016-09-26 13:52:57 -07:00
Zhimin YE (Rex) 72ebe97ee8 fix: lifecycle-hooks.jade. 2016-09-26 15:56:44 +01:00
Zhimin YE (Rex) 1523fedcf0 Merge remote-tracking branch 'origin/master' 2016-09-26 15:15:09 +01:00
Zhimin YE (Rex) a18aa9ec01 Merge remote-tracking branch 'remotes/angular.io/master'
# Conflicts:
#	public/docs/ts/latest/guide/_data.json
#	public/docs/ts/latest/guide/architecture.jade
#	public/docs/ts/latest/guide/displaying-data.jade
#	public/docs/ts/latest/guide/index.jade
#	public/docs/ts/latest/guide/lifecycle-hooks.jade
#	public/docs/ts/latest/guide/testing.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
2016-09-26 15:14:39 +01:00
Zhicheng Wang 623c799771 微调,增补了社区贡献者 2016-09-26 20:44:35 +08:00
雪狼 9953565b9e Merge pull request #81 from zhibinr/master
修复格式错误
2016-09-26 07:34:16 -05:00
Phy 96ec8cb1d5 Update home.jade 2016-09-26 15:45:40 +08:00
zhibinr 47b3b3dbba 修复格式错误 2016-09-26 11:13:10 +08:00
Brandon 556e40695a docs(toh): Replaced window.history with location service (#2439) 2016-09-25 18:56:12 -07:00
Josh Kramer 9970094fcb Fix broken link to DatePipe docs (#2452)
Fixes issue #2451
2016-09-25 18:55:14 -07:00
Ward Bell 6def9505cc chore: convert templateUrls to use moduleId where possible. (#2477) 2016-09-25 18:51:54 -07:00
Ward Bell 4a6f35f58b chore(package.json): update many package versions (#2476) 2016-09-25 17:46:06 -07:00
Ward Bell 6e17d33475 chore: update samples to "angular-in-memory-web-api" (#2472)
chore: update samples to "angular-in-memory-web-api"
2016-09-25 15:24:13 -07:00
Jesús Rodríguez 738b714bd3 docs(testing): change createInstance to createComponent (#2475) 2016-09-25 15:12:04 -07:00
Ward Bell 3ee19780b5 docs(testing): incorporate Igor Minar feedback, Part 2 (#2453)
docs(testing): incorporate Igor Minar feedback, Part 2
2016-09-25 15:07:53 -07:00
rexebin a2c21bf10f translate: testing, line 3116 2016-09-25 22:40:45 +01:00
rexebin 59aba1c942 translate: testing.jade to line 3109 2016-09-25 22:36:27 +01:00
rexebin 41c22a465c translate: testing line 2844 2016-09-25 21:33:43 +01:00
rexebin 6a3f9614d0 remove 一个 2016-09-25 19:58:46 +01:00
rexebin 9c090cc19f remove 一个 from quickstart 2016-09-25 19:55:07 +01:00
rexebin f7c60a07df fix: change all 他 > 它 2016-09-25 19:50:45 +01:00
rexebin 04ac213aa8 fix: testing.jade remove 一个 2016-09-25 19:48:57 +01:00
rexebin db250362fe translate: testing.jade line 2506 2016-09-25 12:29:01 +01:00
rexebin 529a34995c Merge branch 'master' of https://github.com/angular/angular-cn 2016-09-25 12:17:06 +01:00