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
Foxandxss
4097c67b59
chore: rename Elvis to safe navigation operator
...
closes #1139
2016-04-23 14:22:57 -07:00
Naomi Black
6d13db472a
chore(links): make links to API docs relative
2016-04-19 17:44:38 -07:00
Aristeidis Bampakos
7bfb0fb838
docs(template-syntax): fixed "a id" typo in basics section.
...
closes #1048
2016-04-05 10:26:29 -07:00
Kathy Walrath
e2c77ad55c
docs(dependency-injection): tweak Dart wording
...
closes #1017
2016-03-30 10:46:54 -07:00
Ward Bell
041bcb302d
docs(template-syntax): mention value accessors in ngModel
2016-03-25 14:57:58 -07:00
Ward Bell
5af06f9f6a
docs(template-syntax): clarify [()] de-sugaring
...
also changed anchors to use id instead of name
2016-03-24 12:52:02 -07:00
Kathy Walrath
d02d098339
docs(template-syntax): clarify context discussions
...
closes #996
2016-03-21 14:25:13 -07:00
Pascal Precht
561935629f
docs(template-syntax): add "Table of Contents"
...
prototype for standard ToC across all docs.
closes #882
2016-03-08 15:55:22 -08:00
Josh Otis
746a6649b2
chore: new flat left navigation panel (all language tracks)
2016-03-03 04:51:52 -08:00
Kathy Walrath
e725136d98
docs(template-syntax): publish Dart version, tweak TypeScript version
...
closes #875
2016-03-01 21:19:34 -08:00
Ward Bell
ad7f172ea5
docs: share 'styles.css' across all samples all langs; fix styles
2016-02-28 12:47:01 -08:00
Ward Bell
157d6d48cc
docs(template syntax): improvements based on review feedback Feb 16
...
closes #851
2016-02-19 00:38:17 -08:00
Ward Bell
ee5a4e131a
docs(template-syntax): add TOC, NgSwitch, and NgForTrackBy - TS/Dart
2016-02-16 11:03:02 -08:00
Kathy Walrath
3d87360432
docs(template-syntax): get closer to a Dart version of template-syntax
...
Add doc regions to the TS version.
Update the Dart sample.
Publish a hidden draft of the Dart version.
Closes #758 .
2016-02-09 20:49:49 -08:00
Ward Bell
593167eb79
docs(template-syntax): typos found by Deb K
2016-01-30 13:28:18 -08:00
Ward Bell
e258e0f346
docs(template-syntax): minor tweaks to improve text
...
closes #775
2016-01-28 19:09:09 -08:00
Kathy Walrath
dd0d822cbc
docs(guide/template-syntax): copy edit TypeScript version
...
Also update some samples. This PR replaces #734 & #756 .
2016-01-28 18:31:01 -08:00
Ward Bell
034a5a6943
docs(template-syntax): Clarify input/output aliasing syntax
...
closes #722
2016-01-19 00:01:31 -08:00
Drew Winstel
83a944b995
docs(guide/template-syntax): fix typo painfull -> painfully
...
closes #706
2016-01-18 01:00:56 -08:00
Ward Bell
0f5294e32c
docs(template-syntax): sample/devmode fix + text updates
...
closes #692
2016-01-13 00:54:03 -08:00
Rabah Ghodbane
b10e3768d1
docs(template syntax): fix "elment" typo
...
closes #649
2016-01-05 17:36:52 -08:00
Vladislav Zarakovsky
3137359c7d
docs(guides): Fix typos "-change" -> "Change"
...
closes #605
2016-01-04 12:25:46 -08:00
Elior Boukhobza
ac8b87eb5e
docs(template-syntax): typo
...
closes #627
2016-01-03 15:44:38 -08:00
Ilya Gelman
1d52d4b8c2
docs(template-syntax): fix typos in template-syntax.jade
...
closes #609
2015-12-28 12:08:55 -08:00
Naomi Black
3c24f45ee6
chore(typo): fix a typo about [{}] reported in feedback
2015-12-16 14:10:27 -08:00
Victor Berchet
933433ceea
fix(template syntax): minor fixes
...
closes #535
2015-12-15 15:05:36 -08:00
Ward Bell
0c1d7ca3cb
docs(router): new chapter
...
Ward and Jeremy
Todo: EXCLUDE Old router doc for reference while re-writing
2015-12-15 11:35:11 -08:00
Ward Bell
6dc9e5d10b
docs(Template Syntax): correct minor oversights in a.53 update
...
closes #494
2015-12-13 22:31:33 -08:00
Ward Bell
7cf097ea68
docs(Template Syntax): update to a.53 (kebab work)
...
closes #493
2015-12-13 20:15:52 -08:00
Ward Bell
c33ee37144
docs(template-syntax): drive jade from sample
...
closes #456
2015-12-08 10:08:06 -08:00
Jay Traband
b06f2dcec6
(fix) plunker generation fixes
...
closes #424
plnkr - change plnkr.config -> plnkr.json and change output paths and names
update jade plunkers to new 'resources/live-examples' path + minor cleanup
update gulpfile to run build-plunkers as part of build-docs.
2015-11-30 21:00:02 -08:00
Ward Bell
0d46bce291
(chore) devguide template-syntax - fix broken links
...
closes #422
2015-11-30 15:58:36 -08:00
Earl St Sauver
007b4438a0
docs: Remove elvis operator from example where it didn't belong
...
closes #405
In the documentation, this section is discussing alternatives to
the elvis operator. This particular section is supposed to be
showing an alternative work around to the elvis operator, so
this error is especially confusing.
2015-11-25 19:48:06 -08:00
Ward Bell
758821c775
(docs) plunkers for template-syntax & pipes
...
closes #410
2015-11-25 17:54:28 -08:00
Jay Traband
4bbd9784ef
dev-tooling: add plunker generation from _examples
...
closes #408 , Dev Tooling 15
2015-11-25 12:23:14 -08:00
Ward Bell
643a5bbf63
(docs) template-syntax - fix - ng-switch should be <h3>
...
closes #404
2015-11-24 13:14:01 -08:00
Earl St Sauver
206ce3373d
docs: Change label of case to 'kebab' for attrs
...
closes #399
The docs refer to `this-style-of-casing` as snake case, but it's
actually "kebab case." Snake case looks `like_this_instead`.
https://en.wikipedia.org/wiki/Letter_case#Special_case_styles
2015-11-23 17:09:21 -08:00
Ward Bell
e7a9a46994
(docs) template-syntax - to alpha46, noImplicitAny, demo enum binding
...
closes #374
2015-11-13 18:53:25 -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
bc7d3241c8
(docs) template-syntax fix typo
...
closes #354
2015-11-08 11:03:37 -08:00
Victor Berchet
5828f4de79
doc(template syntax): Short-circuiting is now supported
...
see https://github.com/angular/angular/pull/5146
2015-11-07 23:31:21 -08:00
Ward Bell
c0e6ccc782
(docs) tutorial index fixes
2015-10-31 21:51:35 -07:00
Ward Bell
963f67ea07
(docs) forms - code maintained by _examples
...
Includes template-syntax.jade clarification on attributes v properties
2015-10-27 15:11:25 -07:00
Ward Bell
840439770b
(docs) overhaul user-input
2015-10-20 12:13:12 +01:00
Ward Bell
6234a0ed41
(docs) Template Syntax
2015-10-18 12:16:21 +01:00
Ward Bell
c25314a2c4
(docs) Move ToH-pt2 to Jade and break toh-pt1 out of the tutorial index
2015-10-15 07:41:03 -07:00