Commit Graph

31 Commits

Author SHA1 Message Date
Zhicheng Wang 898539d8d5 基础知识-显示数据 一审了一半儿 2016-05-16 13:44:00 +08:00
Zhicheng Wang bca76787bb 部分监听改为监视 —— 监听只适用于listen的翻译 2016-05-11 19:30:44 +08:00
Zhicheng Wang f397bf6608 把“Live Example 鲜活范例”统一译成“在线例子” 2016-05-11 14:47:32 +08:00
Zhicheng Wang 99d89072d5 把所有误用的他改成它 2016-05-09 21:50:33 +08:00
Zhicheng Wang 583247f0f9 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	public/_data.json
#	public/_includes/_footer.jade
#	public/_includes/_hero-home.jade
#	public/_includes/_main-nav.jade
#	public/docs/_includes/_side-nav.jade
#	public/docs/ts/latest/_data.json
#	public/docs/ts/latest/cookbook/_data.json
#	public/docs/ts/latest/glossary.jade
#	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/forms.jade
#	public/docs/ts/latest/guide/user-input.jade
#	public/docs/ts/latest/index.jade
#	public/docs/ts/latest/quickstart.jade
#	public/docs/ts/latest/tutorial/toh-pt2.jade
#	public/docs/ts/latest/tutorial/toh-pt5.jade
#	public/features.jade
#	public/index.jade
2016-05-03 22:33:20 +08:00
Patrice Chalin ff20b55975 chore(dart & ts): update to beta.17
Change `ngFor=“#…”` to `ngFor=“let…` in code. All are .dart files
except for `app_component.html` which also has changes for:
- `<inpuf var-foo…`> to `<input ref-foo…>`
- `#docregion` tag name updates from var-foo to ref-foo.
- Other misc updates to minimize diffs with TS version of file,
whitespace differences were ignored.

+ Minor update to sync up Dart prose with TS prose.

+ Used
https://github.com/angular/angular/wiki/Angular-2-Dart-Transformer#resol
ved_identifiers to solve
https://github.com/angular/angular.io/issues/1033

Guide/pipes not updated as it will be rolled back to
beta.15 in PR #1220.
2016-04-30 15:01:16 +01:00
Filipe Silva ebc022e475 docs: update prose for the `let` change to ngFor 2016-04-28 18:37:45 -07:00
Zhicheng Wang 3eff091759 翻译完了用户输入一章 2016-04-23 22:00:43 +08:00
Zhicheng Wang de46beef2d 翻译完了displaying-data 2016-04-23 14:54:01 +08:00
Foxandxss 7a6833ae6a docs: remove broken dup of quickstart repo link
closes #978
2016-03-17 17:56:31 -07:00
Foxandxss 6ca1ac2c45 docs: instrucs for "download-and-go" development with quickstart source repo 2016-03-14 12:44:25 -07:00
Foxandxss b300d7b116 docs: add quickstart repository where needed 2016-03-14 09:11:50 -07:00
Josh Otis 746a6649b2 chore: new flat left navigation panel (all language tracks) 2016-03-03 04:51:52 -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
Riley Dawson f18d2a1b07 docs(displaying-data): fix typo
closes #752

On line 158, the referenced command should be `npm start`, rather than
`npm go` to be consistant with the quickstart guide.
2016-01-25 23:17:45 -08:00
Kathy Walrath d5e213b378 docs(guide): copyedit displaying-data
Also fix a few intros while I'm in _data.json.

closes #659
2016-01-06 14:07:58 -08:00
Emanuel Kluge 8a8ff4b194 docs: correct spelling of "async"
closes #636
2016-01-03 16:10:13 -08:00
Ward Bell 4fda2c7854 docs(*): `npm run go` -> `npm start` (TS only)
closes #559
Convert npm script command from npm run go to npm start ...
because that's the way it should have been for TypeScript files.
2015-12-16 08:18:44 -08:00
Topher Fangio 052d5ec8fe docs(ts/displaying-data): Fix minor typos/npm command.
closes #540
Fix a few small typos/issues:

 - punctuation
 - capitalization
 - npm command: `npm both` to `npm go`
2015-12-15 16:01:34 -08:00
Ward Bell 728659ba71 docs(router): new chapter 2015-12-15 11:35:11 -08:00
Ward Bell dc1c054927 docs(*): npm run both -> npm run go
closes #489
2015-12-13 12:51:34 -08:00
Ward Bell d33a381a6c docs(displaying-data): code shuffle & alpha52 update
closes #474
2015-12-12 09:31:25 -08:00
Jay Traband 46ac6bdaa9 Fix for makeExample styling without linenumbers losing scrollbar + default handling of makeExamples with only one line
closes #427
2015-12-01 00:24:21 -08:00
Ward Bell e6e8cca9ef (docs) DevGuide Introduction
incorporates Pascal & Felipe suggestions
includes running sample code for the architecture overview
closes #417
2015-11-30 12:54:16 -08:00
Ward Bell b82e229ade (docs) displaying-data: use npm, not cdn (oops) and upgraded to alpha46
Also no line numbers for single-line examples.
2015-11-12 15:25:42 -08:00
Wassim Chegham 8cccad42c3 docs(api): fix typos. remove extra 'the' 2015-11-12 12:38:09 -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
Ward Bell 4a00fbe21a (docs) Displaying Data: remove unnecessary region split in app.1.ts 2015-10-31 19:22:50 -07:00
Ward Bell 080c86eab2 (docs) devguide-displaying-data ready for publication, based on _examples 2015-10-27 15:15:21 -07:00
Ward Bell 17ec689397 (docs) devguide-displaying-data: created new page and styled text, as a workaround in one sentence I placed spaces between double curlies {{ }} to render without breaking jade 2015-10-27 15:15:21 -07:00
Jay Traband 50e758ba60 improved infrastructure for devguide and revised getting started (TS) 2015-09-10 13:32:57 -07:00