Patrice Chalin
753452650c
docs(cheatsheet/dart): generate from dart sources ( #1912 )
...
* docs(cheatsheet/dart): generate from dart sources
Fixes #1906 .
2016-07-19 12:35:39 -07:00
Ward Bell
ce2e14e4ae
docs(toh-pt6): bind to a component method rather than a RxJS Subject
...
updated text accordingly
2016-07-19 12:26:14 -07:00
Ward Bell
72efdc5e5b
chore: add tslint to example package.json
...
closes #1926
Not sure how it disappeared.
2016-07-19 11:28:23 -07:00
Eric Jimenez
8c1bbbf318
chore: alphabetize entries in resources page. Add margin under frontpage banner
2016-07-19 09:52:25 -07:00
Torgeir Helgevold
f50dff818a
docs(toh-pt6): add observables to HTTP tutorial chapter
...
closes #1528
2016-07-18 23:12:44 -07:00
Brandon Roberts
f056a2d5d2
docs(router): Added content updates to developer guide
...
closes #1905
Added section for RouterLinkActive
Added section for global query params and fragments
Added section for RouterState
Added wildcard route to example configuration
Updated code samples
Renamed .guard files to .service
Renamed interfaces.ts to can-deactivate-guard.service.ts
Removed unused files
2016-07-18 15:21:09 -07:00
Benoit Lateltin
5bac678c60
docs(toh-pt5): fix typo in tutorial
...
closes #1913
2016-07-18 11:10:19 -07:00
Torgeir Helgevold
a19c2ce726
docs(toh-6): use consistent header syntax
...
closes #1903
2016-07-16 19:10:41 -07:00
vikerman
6bf6741bcb
chore(bios): Added bio for Vikram Subramanian ( #1891 )
2016-07-15 15:34:05 -07:00
Patrice Chalin
1bef20abc4
docs(api/dart): add support for generation and display ( #1888 )
...
Fixes #1880 .
Supersedes #1593 .
2016-07-15 14:10:12 -07: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
Foxandxss
a8091f5b84
docs(style-guide): remove routing from TOC
...
closes #1856
2016-07-14 14:19:48 -07:00
Foxandxss
abd860c3ca
chore: update testing example to RC4
...
closes #1839
2016-07-14 14:11:02 -07:00
Foxandxss
8ddc93d211
docs(style-guide): create a route redirection
...
closes #1857
2016-07-14 14:09:19 -07:00
Naomi Black
5da6dff3ec
launch(chinese): update the banner translation
2016-07-11 23:03:01 -07:00
Naomi Black
9aa664a49d
chore(news): add link to china blog announcment
2016-07-11 22:54:00 -07:00
Naomi Black
be23e90095
launch(china): announce angular.cn
2016-07-11 22:45:23 -07:00
Thomas Shafer
b669e30187
docs(toh-4): change var keyword to const for HEROES constant
...
closes #1858
HEROES is a `const` and is defined as a `const` originally: https://github.com/angular/angular.io/blob/master/public/docs/_examples/toh-2/ts/app/app.component.ts#L10
2016-07-11 22:07:41 -07:00
Sekib Omazic
f15b40f513
fix(package.webpack.json): add angular2-template-loader
...
closes #1864
Add missing angular2-template-loader dependency
2016-07-11 22:02:20 -07:00
Foxandxss
961f5c8994
chore: make animation test wait a bit longer
...
closes #1844
2016-07-11 22:00:04 -07:00
Foxandxss
50b51f6bdc
docs(router): fix broken links in router chapters
...
closes #1843
2016-07-11 21:57:15 -07:00
Patrice Chalin
98e5d4af77
docs(all): link cleanup - broken and outdated
...
closes #1841
Fixes all broken links except genuine errors (see #1840 ), have been
resolved as of 2016-07-06
(https://github.com/angular/angular/commit/2708ce6a17667a2369c83bcf244c9
366b058d4c9).
Fixes #1574
2016-07-11 21:50:07 -07:00
Brandon Roberts
5104470558
docs(router): Removed refs to deprecated router; lowerCamelCase constants
...
closes #1834
2016-07-11 21:44:12 -07:00
Patrice Chalin
761f857f13
docs(architecture/dart): proofread, updated Dart/TS app and jade
...
closes #1807
- e2e tests now also cover the tax calculator.
- Dart app updated to match TS (it had no sales tax calculator).
- TS sample source cleanup (e.g. removed many unnecessary `docregions`).
- Prose updated to include @kwalrath's revisions from a while ago, Ward's comments, and
some of my edits as well.
Contributes to #1598 and #1508 .
2016-07-11 20:35:06 -07:00
Patrice Chalin
fb9edf972e
chore: fix "Invalid example" warnings from shred map builder
...
closes #1832
The shred map (xref) builder was issuing warnings. This fix includes
- Adjustments to the shredder map builder itself so that it
understands, e.g., app-project relative example paths.
- `**/guide/glossary.jade` now (Jade) `includes` the shared parent
`glossary.jade` rather than (Harp) importing (via `partial`). This
fixes `makeExample` path issues in the glossary.
- Adjusted some `makeExample` paths that were ok for site build, but
confused the xref tool.
2016-07-11 20:10:56 -07:00
Ward Bell
0664a271ba
docs(style-guide): spell const variables in lower camel case
...
Changes previous guidance on const which insisted on UPPER_SNAKE_CASE
2016-07-07 22:41:04 -07:00
Ward Bell
2c5f0dbd9a
docs(router): more little fixes from #1808
2016-07-07 18:51:36 -07:00
Patrice Chalin
801ac76da0
docs(guide/displaying-data): proofread ( #1819 )
...
* docs(displaying-data/dart): proofread
- Dart prose simplified by removing discussion of "additions to
pubspec.yaml" which are no longer necessary given the current state of
QuickStart.
- E2e suites passed:
public/docs/_examples/displaying-data/dart
public/docs/_examples/displaying-data/ts
Contributes to #1598 and #1508 .
* docs(displaying-data/ts): proofread
- TS prose updated to include @kwalrath's revisions from a while ago,
with some of my edits as well.
- E2e suites passed:
public/docs/_examples/displaying-data/dart
public/docs/_examples/displaying-data/ts
* docs(displaying-data/ts): post-review edits
2016-07-07 14:00:19 -07:00
Patrice Chalin
ff718f4211
docs(cheatsheet/dart): alert reader of possible inaccuracies ( #1814 )
...
Until we can generate the cheat sheet properly, at least alert reader
of possible inaccuracies.
2016-07-07 11:42:04 -07:00
Brandon Roberts
791b364f6a
chore(bios): Added bio for Brandon Roberts
2016-07-06 13:02:27 -07:00
Ward Bell
d1dd2b82f4
docs(router): changes suggested by Deb Kurata in #1808
2016-07-06 01:11:34 -07:00
Christos Koutsiaris
7f991dc4f1
docs(typescript-configuration): TypeScript handbook documentation link change
...
closes #1830
Page has moved to http://www.typescriptlang.org/docs/handbook/tsconfig-json.html
2016-07-05 23:41:15 -07:00
Foxandxss
da58ff45c7
docs(style-guide): update style-guide samples to use v3 router
...
closes #1828
2016-07-05 23:29:29 -07:00
Foxandxss
341f32d7f6
docs(webpack): add angular2-template-loader
...
closes #1825
2016-07-05 23:25:07 -07:00
Foxandxss
37b377ddb3
docs: update node and npm version recommendations
...
closes #1821
2016-07-05 23:09:37 -07:00
Patrice Chalin
b0e0d94b5c
docs: revert Jade to markdown
...
closes #1818
Previously, the markdown of some chapters was converted to Jade markup
to support the conditional exclusion of TS prose parts in Dart
chapters. This commit reverts some of that back to clean markdown,
thanks to a few custom directives.
2016-07-05 23:03:30 -07:00
eltronix
e2cd8ffe1d
docs(testing): Fixed typo in pipe.jade
...
closes #1805
2016-07-05 21:06:13 -07:00
Stephen Fox
e766f666bd
docs(http): Small typo fix in sentence reference to items: Observable
...
Ward tacked on router: ngDestroy -> ngOnDestroy
closes #1690
2016-07-05 20:55:03 -07:00
Ward Bell
e4c5fe32e7
docs(forms): fix import in sample HeroFormsComponent - @angular/common -> @angular/forms
2016-07-04 15:07:12 -07:00
Ward Bell
dba3a8f9c9
docs: replace xxx.filter(...)[0] with xxx.find(...)
...
see #1801
2016-07-02 16:13:32 -07:00
Ward Bell
fdbb7b5184
docs(router): clarify router redirect and link to Victor's blog post
2016-07-02 15:51:49 -07:00
Naomi Black
f3da5c8a36
chinese(url): small change to url in footer
2016-07-01 19:21:36 -07:00
Foxandxss
1900eb1c70
docs: replace terminal with pathMatch, base href with '/'
...
closes #1799
2016-07-01 16:32:39 -07:00
Naomi Black
527fe50b88
footer(china): update the footer for localised docs
2016-07-01 13:41:06 -07:00
Patrice Chalin
0ba3d5d8d6
docs(dart/{quickstart,toh-[56]}): fix project names ( #1773 )
...
- Renamed `angular2_getting_started` to `angular2_quickstart` (to match
TS).
- s/-/_/g in project names elsewhere (only toh-5 & -6 needed to be
updated).
Fixes #378 .
2016-07-01 11:05:45 -07:00
Alex
ed4689fd2d
update title to point to correct version
2016-07-01 08:01:16 -07:00
Foxandxss
4774f4861e
chore: update router to beta 2
2016-07-01 08:00:50 -07:00
Eric Jimenez
d5417a32a2
add cn language to footer
2016-07-01 07:59:29 -07:00
Naomi Black
3c42db3b66
news(rc4): add rc4 post to news blog snippets
2016-06-30 13:25:45 -07:00
Zhicheng Wang
6c0cc46a01
chore: add Ralph to bios
2016-06-30 13:19:28 -07:00
Naomi Black
314ff5627b
chore(version): update the version to rc4
2016-06-30 13:08:08 -07:00
Patrice Chalin
7d50fa9302
post-review updates
...
Also cleaned up `makeExample`s (changing most to `makeExcerpt`).
2016-06-30 13:04:55 -07:00
Patrice Chalin
705d8c50fd
docs(security): proofread prose, app now shows good and bad
...
- App now shows how Angular handles untrusted URLs and resources
- E2e test covered new functionality
- Copyedits to prose
- Updated provider expressions to use latest syntax
The original security feature tracker:
https://github.com/angular/angular/issues/8511
2016-06-30 13:04:55 -07:00
Foxandxss
909f230cc7
update router to beta.1
2016-06-30 13:04:04 -07:00
Foxandxss
10de4c5753
update in memory web api
2016-06-30 13:03:44 -07:00
Foxandxss
2379e8b86e
update plunkers versions
2016-06-30 12:40:59 -07:00
Foxandxss
6a34dce5e0
remove linting for spec file
2016-06-30 12:40:59 -07:00
Foxandxss
94f5609506
add rc4 versions
2016-06-30 12:40:59 -07:00
Foxandxss
55af9fee49
fix upgrade tests to not use deprecated API
2016-06-30 12:40:01 -07:00
Filipe Silva
aa8ab52937
chore: update to rc.4
2016-06-30 12:40:01 -07:00
Naomi Black
509cae50a6
news(june30): updates to the news page for the week of june 30
2016-06-30 12:34:58 -07:00
eltronix
19d2e4ef4c
Fixed typo
2016-06-30 11:51:53 -07:00
Zhimin YE (Rex)
43f400487e
docs(router): explicit explaination of terminal property
2016-06-30 11:51:39 -07:00
Filipe Silva
387f7c6dd2
chore(deps): update in-memory-web-api
2016-06-30 11:50:43 -07:00
Karan Gandhi
461213996e
docs(toh-5/ts): Minor error fixed.
...
There are no leading slashes in the path.
2016-06-30 11:49:52 -07:00
Eric Jimenez
868abbe5c7
new style with new schema
2016-06-30 12:36:14 -04:00
Eric Jimenez
4a5f074061
add placeholder text when no description is found
2016-06-30 12:28:39 -04:00
Filipe Silva
e7bddeb5f9
chore(examples): revert back to stable TS
...
The new router once required TS1.9 but it doesn't anymore. It's best to revert our examples to TS 1.8 since that is what we tell users to install, and we want to be testing on the current setup.
2016-06-29 12:28:45 -07:00
eltronix
bc0cb52851
Fixed typo
2016-06-29 12:28:24 -07:00
Zhimin YE (Rex)
9b40ea56dc
chore: add Rex bios
2016-06-29 12:28:07 -07:00
eltronix
2bd79e8482
Fixed Rendering error
2016-06-29 12:27:44 -07:00
priestch
b21c90c358
fix(doc): fix 404 problem of some api url
2016-06-28 22:25:24 -07:00
Mike Ryan
f1f03cf28c
chore(bios): Add Mike Ryan
2016-06-28 22:02:12 -07:00
Naomi Black
7fa73c4cb0
chore(june28): updates to news, events, team bio for max
2016-06-28 18:56:29 -07:00
Fabriece Sumuni
8d7e7a0187
fixed a formatting typo on line 1015
2016-06-28 16:18:12 -07:00
Naomi Black
28b5316727
docs(forms): add more to the top of doc warning about bootstrap
2016-06-28 16:08:38 -07:00
Naomi Black
8548d3cb06
chore(nav): update left nav to add glossary back
2016-06-28 13:58:30 -07:00
Patrice Chalin
e5b11d456c
docs(guide/attribute-directives): follow-up to #1654 ( #1765 )
...
- Updated Dart code to match TS.
- Ran dartfmt.
- Enabled e2e tests; suites passed:
- public/docs/_examples/attribute-directives/dart
- public/docs/_examples/attribute-directives/ts
- Prose copyedits.
2016-06-28 13:15:51 -07:00
Patrice Chalin
f8e6b5d1f7
docs(toh-5/dart): make dashboard more robust ( #1688 )
...
Originally the dashboard TS expression ``heroes.slice(1, 5))` had been
written as:
> _heroService.getHeroes().getRange(1, 5)
which is brittle; it fails if there are not enough heroes. Slice
doesn't fail; an equivalent express
ion in Dart is
> _heroService.getHeroes().skip(1).take(4)
This is now used.
Other changes:
- Fix in css (missed TS-side update).
- Ran `dartfmt` on `heroes_component.dart`.
2016-06-28 13:15:29 -07:00
Patrice Chalin
eda47f64e8
docs(guide/lifecycle-hooks): follow-up to #1654 ( #1768 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Enabled e2e tests
- Fixes to ensure tests pass: in after_view_component.dart and
after_content_component.dart
- Changed test over comment field in template to be:
*ngIf="comment.isNotEmpty"
- Suites passed:
public/docs/_examples/lifecycle-hooks/dart
public/docs/_examples/lifecycle-hooks/ts
2016-06-28 13:13:58 -07:00
Patrice Chalin
f06398cd89
docs(toh-6/dart): first edition of prose and example code ( #1687 )
...
* docs(toh-6/dart): first edition of prose and example code
NOTE: this PR depends on #1686 .
Dart prose and example match TS except that:
- No child-to-parent event emission occurs.
- Support for Add Hero is added as an unconditional feature of the
Heroes view.
- http `_post` takes only a name
- http `delete` takes only a hero id.
- The Dart in-memory-data-service has been dropped in favor of an
implementation based on the "standard" `http.testing.MockClient` class.
* post-review changes
2016-06-28 13:12:49 -07:00
Brandon Roberts
97fbda0d76
docs(toh-6/ts): Upgraded http tutorial to use new router
2016-06-28 13:03:04 -07:00
Patrice Chalin
b049c1bcf4
chore(guide/server-communication): fix indentation in Jade
2016-06-28 12:52:47 -07:00
Filipe Silva
58d20e57b5
chore: update ngSwitchWhen to ngSwitchCase
...
See https://github.com/angular/angular/commit/e1fcab7
2016-06-28 12:52:47 -07:00
Mark McEahern
c467d56a2b
Fix typo in first-app-tests.jade
2016-06-28 12:52:47 -07:00
Patrick McDonald
adc04b6830
docs: Change LoggerService to Logger service
...
`LoggerService` implies that it will be written as such in the code, yet the hero.service.ts example has a service simply called `Logger` (which matches the Style Guide).
2016-06-28 12:52:47 -07:00
Brandon Roberts
f3189546a6
docs(toh-5): Upgraded tutorial to new router
2016-06-28 12:52:47 -07:00
Rick Beerendonk
2eae445504
docs(template-syntax): correct hyperlink path to API documentation
2016-06-28 12:52:47 -07:00
Kai Ruhnau
26027105a7
docs(router): Fix the link to the APP_BASE_HREF page
2016-06-28 12:52:47 -07:00
eltronix
1c5be21b32
Fixed typo
2016-06-28 12:52:47 -07:00
Foxandxss
c02b942008
chore: update to router alpha.8
2016-06-28 12:52:47 -07:00
Foxandxss
c380d69ea1
chore: lock router-deprecated to rc.2 for plunkers
2016-06-28 12:52:47 -07:00
Patrice Chalin
283195685f
docs(guide/user-input): follow-up to #1654 ( #1770 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Suites passed:
public/docs/_examples/user-input/dart
public/docs/_examples/user-input/ts
Note: the click-me2 component is not mentioned in the prose, maybe it
should be.
2016-06-28 08:25:12 -07:00
Patrice Chalin
3510f96620
docs(guide/pipes): follow-up to #1654 ( #1769 )
...
Mainly Dart-side review, following #1654 :
- Updates to follow style guide
- Suites passed:
public/docs/_examples/pipes/dart
- Suites failed (known issue - #1761 ):
public/docs/_examples/pipes/ts
2016-06-28 08:22:53 -07:00
Patrice Chalin
bacc4bcbac
docs(guide/{di,ts,toh-[23]}): follow-up to #1654 ( #1767 )
...
Mainly Dart-side review, following #1654 .
dependency-injection:
- Renamed components in providers_component.dart
- E2e suites passed:
- public/docs/_examples/dependency-injection/dart
- public/docs/_examples/dependency-injection/ts
template-syntax:
- Removed unused global variable.
- Suites passed:
public/docs/_examples/template-syntax/dart
public/docs/_examples/template-syntax/ts
toh-2 & 3:
- Clean-up.
2016-06-28 08:16:59 -07:00
Patrice Chalin
3fe0fb077c
docs(toh-6/ts): minor edits and enhancements ( #1686 )
...
* docs(toh-6/ts): minor edits and enhancements
Changes to prose:
- Complete TODO item of displaying `heroes.component` errors.
- Mainly copyedits.
- Add of blocks statements so that prose can be used on Dart side.
- Show excerpt and briefly explain of changes (previously missing):
- `app/hero-detail.component.html`
- `app/heroes.component.ts` error handling
- Add missing file to changed/added files listing and makeTabs
- `toh-6/ts/app/in-memory-data.service.ts,
- `toh-6/ts/sample.css`
Code changes:
- Mainly copyedits
- Renamed `heroes.component.ts` `delete` to `deleteHero` to match
naming of other methods
* remove unnecessary change relative to toh-5
2016-06-27 11:23:27 -07:00
Patrick McDonald
a843310e17
docs: Typo fix (an > a) ( #1747 )
2016-06-26 17:41:06 +01:00
Naomi Black
34b687df5b
chore(security): remove redundant heading
2016-06-23 02:38:52 -07:00
Martin Probst
3905be89ef
docs(security): Clarify template injection.
...
Also link to html5rocks docs on CSP.
2016-06-23 02:38:52 -07:00
Naomi Black
1149816dce
chore(nav): a missing bit of metadata for the forms guide
2016-06-22 17:53:17 -07:00
Naomi Black
987fbad0f3
chore(nav): clean up left nav titles and alpha-sort them
2016-06-22 17:13:48 -07:00
Ricardo Torres
e4f2a22014
fix(docs) router-deprecated still in rc.2
2016-06-22 15:20:44 -07:00
Torgeir Helgevold
e41da11444
docs(forms): upgrading forms guide to new api
...
This PR upgrades the existing forms to the new API,
while leaving a copy for existing users.
The current forms will be the default until RC4, at
which point we will switch the default to the new API
but still retain a link to the old forms API.
After RC5 the old API docs will be completely removed.
2016-06-22 15:15:12 -07:00
Naomi Black
7d5614ef82
chore(version): bump the docs version to rc3
2016-06-22 15:07:34 -07:00
Filipe Silva
31d0c757d7
chore(style-guide): remove routing styles
...
Routing styles were breaking CI and are out of date, since we're using the 3.0.0 router.
We should remove them until we have recommendations.
2016-06-21 18:11:54 -07:00
Filipe Silva
7848feaeaa
chore: update to rc3
2016-06-22 01:51:57 +01:00
Naomi Black
8ad5595a7c
docs(security): make screenshot english and update tagline
2016-06-21 11:53:49 -07:00
Martin Probst
fb179d9690
docs(security): Add security documentation.
...
Substantially rewritten, based on original content by Brian Clarkio and
Ward Bell and contributions from Naomi Black.
2016-06-21 10:51:25 -07:00
Eric Jimenez
9107eeeee8
feat: add bio for eric.
2016-06-21 09:30:29 -07:00
Fatima Remtullah
8516690e91
feat: add fatima bio to about page
2016-06-21 09:29:05 -07:00
Naomi Black
4a3f7afb66
chore(bios): update core team list
2016-06-20 22:45:41 -07:00
Torgeir Helgevold
218cc82f1c
chore(bios) Add tor
2016-06-20 22:38:32 -07:00
Rob Wormald
b11e8827bc
chore(bios): add rob w
2016-06-20 21:51:21 -07:00
Filipe Silva
212183bbb7
fix(plunkers): fix form plunkers
2016-06-21 04:36:07 +01:00
Filipe Silva
9e1e5a1ef8
chore: add forms, update router
2016-06-20 19:57:16 -07:00
Torgeir Helgevold
3cb219c5ab
docs(dynamic-cookbook): upgrade to use new forms api
...
convert exiting to use deprecated name
converted to new api
text
warnings
fix plunker
text
test weak
text
space
text
lint
order
tweak
2016-06-20 21:02:28 -04:00
Brandon Roberts
4e7318552d
docs(router): Updated docs to reflect alpha 7 release
2016-06-20 16:55:07 -07:00
Eric Jimenez
42e8c4a10c
feat(filter stable): filter by stability stable
2016-06-20 14:26:34 -04:00
Filipe Silva
3db8642113
fix(quickstart): add styles.css to js quickstart
...
Fix #1684
While looking at this, I saw that plunkers were getting some unintended unit testing files and added them to the default plunker builder ignore.
2016-06-19 22:52:59 -07:00
Filipe Silva
61c85a92a4
chore: add async/await support to e2e tests
2016-06-17 10:43:16 -07:00
Filipe Silva
643c59a15e
fix(e2e): update broken node typings
2016-06-17 13:52:30 +01:00
Naomi Black
787c0a2f36
docs(router): Hide deprecated router docs
2016-06-16 16:43:05 -07:00
Naomi Black
da3d8f7f73
style(images): add image best practices to styleguide doc
2016-06-16 16:06:13 -07:00
Kathy Walrath
511ee3d8ed
[WIP] Add link to AngularDart API docs
2016-06-16 13:37:44 -07:00
Brandon Roberts
c61d8195f3
docs(router): update developer guide to new v.3 router
2016-06-16 13:24:49 -07:00
Foxandxss
3b4b79aeeb
docs(animations): use our heroes
2016-06-16 18:55:17 +02:00
Foxandxss
30609c8f9c
chore: update quickstart for rc2
2016-06-15 16:48:30 -07:00
Foxandxss
70b98176dd
latest touches
2016-06-15 16:48:14 -07:00
Naomi Black
5b4da0c4e2
chore(news): updates for june
2016-06-15 16:45:17 -07:00
Naomi Black
a35e0fd4ef
chore(docs): bump version to RC on boilerplate
2016-06-15 16:14:50 -07:00
Foxandxss
761ec00d02
chore: update in-memory-web-api
2016-06-15 15:15:35 -07:00
Foxandxss
fcb3b447f8
chore: update webpack guide to RC2
2016-06-15 15:15:14 -07:00
Foxandxss
6821f89a1c
docs(quickstart): add a section to installing typings manually
2016-06-15 15:15:00 -07:00
Foxandxss
8664463c3a
remove future features for now
2016-06-15 15:14:45 -07:00
Foxandxss
34447904b9
make the example lintable
2016-06-15 15:14:45 -07:00
Foxandxss
c0edf369f4
fix e2e specs
2016-06-15 15:14:45 -07:00
Tero Parviainen
bead3620df
docs(animate): add animations documentation
2016-06-15 15:14:45 -07:00
Patrice Chalin
82b4657422
chore(dart pubspec.yaml): consistent baseline ( #1647 )
2016-06-15 14:59:57 -07:00
Patrice Chalin
25dc59daac
docs(toh-3/dart): copyedits ( #1637 )
2016-06-15 14:58:05 -07:00
Filipe Silva
e9cf2a539f
chore: update to rc2
2016-06-15 12:21:06 -07:00
Patrice Chalin
cd970c21ad
docs(toh-3/dart): copyedits and new snake_case glossary entry ( #1629 )
2016-06-15 10:49:42 -07:00
Patrice Chalin
6e5d8e6491
docs(toh-5/dart): review edits and code cleanup ( #1643 )
2016-06-15 07:46:26 -07:00
Patrice Chalin
86084260e6
example(dart/quickstart): use <script defer> rather than async ( #1665 )
2016-06-14 15:37:58 -07:00
Deborah Kurata
e7f3fc61ce
docs(cb-vs2015) new cookbook for Visual Studio 2015 QuickStart
...
closes #1502
2016-06-13 23:55:14 -07:00
Filipe Silva
c50954d5b8
chore: separate lint in travis
2016-06-14 01:01:34 +01:00
Patrice Chalin
ca2e5c5d1d
docs(toh-4/ts): copyedits
...
closes #1638
2016-06-13 11:40:30 -07:00
Patrice Chalin
5adbfb9502
chore(ignored/boilerplate files): cleanup
...
closes #1646
2016-06-13 11:33:12 -07:00
Foxandxss
b1419f48ba
chore: fix regions for e2e specs
...
closes #1657
2016-06-13 11:21:14 -07:00
Helmi
7f256eea75
Fix typo in 'Simulating the web api' section.
...
closes #1655
2016-06-13 11:05:15 -07:00
Foxandxss
61ad427319
docs(toh): add missing snippets
...
closes #1649
2016-06-13 10:46:53 -07:00