2627 Commits

Author SHA1 Message Date
Patrice Chalin
c12d75a477 remove redundant headings 2016-11-14 05:23:35 -08:00
Patrice Chalin
85062c47ca chore(util.js): getExampleName - support optional .html suffix 2016-11-14 04:56:12 -08:00
Patrice Chalin
02f55592b2 docs: guide/index misc Jade fixes
- Eliminate use of deprecated `clear=“all”` in `<br>`.
- No need for local `langName`; use global `_Lang` var instead.
- Remove duplicate id `learning-path`.
2016-11-14 04:29:17 -08:00
Naomi Black
14db838f8b news(nov): Some news and a blog post update 2016-11-13 21:48:52 -05:00
Naomi Black
eff32ecbdd chore(bios): update some bios for leads 2016-11-13 21:48:37 -05:00
koyner
3ee36fbba2 docs(forms): grammar fix (#2764) 2016-11-13 22:59:59 +01:00
Filipe Silva
0d74c9332f update systemjs.config.js to have @angular/upgrade/static by default 2016-11-12 22:38:14 +00:00
Filipe Silva
59c9a6f3bc update e2e prose 2016-11-12 22:21:35 +00:00
Filipe Silva
0985055d2f update phonecat-final prose 2016-11-12 22:09:23 +00:00
Filipe Silva
8f23969bc5 update phonecat-hybrid service and components 2016-11-12 21:55:20 +00:00
Filipe Silva
654f6cf2a2 update phonecat-hybrid bootstrap prose 2016-11-12 21:16:22 +00:00
Filipe Silva
1d81dad708 remove unused imports in protractor-helpers 2016-11-12 20:35:10 +00:00
Filipe Silva
4ac5e60522 improve angular1 type declaration in hybrid apps 2016-11-12 16:06:02 +00:00
Filipe Silva
8e27ff9162 rename upgrade-adapter example to upgrade-module 2016-11-12 15:31:40 +00:00
Filipe Silva
37b57fa9bb update upgrade-adapter's prose 2016-11-12 15:27:51 +00:00
Filipe Silva
1af3570910 update upgrade-phonecat-2-hybrid 2016-11-12 11:26:12 +00:00
Ward Bell
b11438f211 docs(ts-to-js): add separate template files for some components 2016-11-12 03:02:26 -08:00
Filipe Silva
b342d24ef3 add typing to UpgradeModule DI 2016-11-12 11:00:00 +00:00
Ward Bell
33b61977b2 docs(ts-to-js): ward's edits (incomplete) 2016-11-11 19:44:17 -08:00
Filipe Silva
12eb19fa3c feat(cb-ts-to-js): add es6 examples
update docshredder to shred .es6
optimized focus gulp task
convert imports and metadate sections
add DI section
add host and query metadata section
add intro
fix capitalization and grammar
2016-11-11 19:44:17 -08:00
Patrice Chalin
64a8754386 example(template-syntax): follow style-guide and other updates (#2750) 2016-11-10 20:01:36 -08:00
Jesús Rodríguez
7619cdf4a4 chore: ability to open a plunker on a specific file (#2778) 2016-11-10 14:47:30 -08:00
Filipe Silva
0161d9db39 chore: ignore debug.log file (#2785)
This file is generated when running `gulp e2e` and often enough committed by mistake.

/cc @foxandxss
2016-11-10 14:45:22 -08:00
Jesús Rodríguez
f92983cc6f docs(ngmodule): fix plunkers (#2786) 2016-11-10 14:44:51 -08:00
Filipe Silva
e710481076 fix missing systemjs.config.extras 2016-11-10 17:42:29 +00:00
Filipe Silva
16c1837feb change HeroDetailComponent to HeroDetailDirective 2016-11-10 15:27:45 +00:00
Filipe Silva
c7487be4a2 re-enable upgrade-adapter tests 2016-11-10 15:27:42 +00:00
Filipe Silva
c3b9cb3a03 cleanup upgrade-adapter e2e test 2016-11-10 14:58:14 +00:00
Filipe Silva
03d877dcee update 2-to-1-providers 2016-11-10 14:33:58 +00:00
Filipe Silva
2bd3a6e0d1 update 1-to-2-providers 2016-11-10 14:27:46 +00:00
Filipe Silva
f63649ae45 update 2-to-1-transclusion 2016-11-10 14:04:35 +00:00
Filipe Silva
476ccf0001 update 1-to-2-projection 2016-11-10 13:57:45 +00:00
Filipe Silva
71cd604f55 update downgrade-io 2016-11-10 12:34:31 +00:00
Filipe Silva
e4bb6ce3cc update downgrade-static 2016-11-10 12:24:20 +00:00
Filipe Silva
2117d40de3 update upgrade-io example 2016-11-10 12:04:19 +00:00
Filipe Silva
f958661afe update upgrade-static 2016-11-09 19:33:57 +00:00
Filipe Silva
455f2f6896 add systemjs config extras to all indexes 2016-11-09 18:25:04 +00:00
Filipe Silva
89a9529672 remove shared adapter example 2016-11-09 18:23:01 +00:00
Filipe Silva
e990594b6d convert 1-2-hybrid-bootstrap to upgrade/static 2016-11-09 18:12:15 +00:00
Filipe Silva
b0ca4f5040 revert change to browser.ignoreSynchronization 2016-11-09 17:21:22 +00:00
Martin Eckardt
03db4bbc48 docs(a1-a2): fix link to Filter/Pipes (#2770) 2016-11-09 17:43:40 +01:00
Pavol Pitonak
60565a5cf1 docs(testing): configureTestModule -> configureTestingModule (#2767) 2016-11-09 17:42:57 +01:00
Catalin Zalog
ec471974a7 docs(style-guide): fix missing *.ts (#2763) 2016-11-09 17:41:56 +01:00
Filipe Silva
e9469e55f2 use 2.2.0-rc.0 2016-11-09 14:45:23 +00:00
Filipe Silva
6e5b8a458f add hybrid toggle switch to helpers 2016-11-09 14:23:59 +00:00
Patrice Chalin
234e468d5d docs: intra-site links should be relative
Contributes to #2772.
2016-11-08 16:04:24 -08:00
Patrice Chalin
6b37da78e4 docs(forms/dart): remove mention of FORM_DIRECTIVES
Fixes #2752
2016-11-08 15:55:52 -08:00
Patrice Chalin
c24dd074a6 docs(toh-5/dart): use routerLink in dashboard (#2744)
* docs(toh-5/dart): use routerLink in dashboard

* minor edits to TS jade

* remove dart/toh-pt5 from bad-code-excerpt-skip-patterns
2016-11-08 14:48:03 -08:00
Filipe Silva
cb3d3b34c4 re-enable upgrade-phonecat-2 tests 2016-11-08 17:47:39 +00:00
Filipe Silva
2b235fbe65 re-enable upgrade-adapter and upgrade-phonecat-1 tests 2016-11-08 17:31:02 +00:00