Patrice Chalin
7e52648ee7
docs(toh): update live example links ( #1602 )
2016-06-07 15:51:25 -07:00
Patrice Chalin
afee8dbe7e
docs(toh-1/dart): minor edits ( #1614 )
...
- Fixed HTML.
- Removed unnecessary snippet since it is in the code.
- Copyedit (Hero Property) -> (Hero property).
2016-06-07 14:59:41 -07:00
jevonearth
f7cf6fde9f
docs(toh-6): Fix typo in 'Add/Delete in the HeroesComponent' section.
...
closes #1603
2016-06-06 17:28:07 -07:00
Ward Bell
06f8002417
docs(pipes): minor text updates
...
closes #1611
2016-06-06 17:17:50 -07:00
Foxandxss
21d74d531a
chore: update all packages to latest versions
...
closes #1607
2016-06-06 12:24:25 -07:00
Georgios Kalpakas
2492ea6874
docs(upgrade): restrict component directive to elements
...
The `heroDetail` directive is shown as an example of a component directive, such as those built using the `.component()` helper in v1.5+. In order for the directive to be functionaly equivalent with the component directive created with `.component`, it needs to be restricted to elements only. (If the `restrict` is omitted, it defaults to `'AE'`, which would also match attributes.)
/cc @teropa
2016-06-05 14:59:19 +03:00
Foxandxss
885aa04cc9
docs(webpack): add missing fake-async-test
...
closes #1571
2016-06-04 01:44:21 -07:00
Foxandxss
c185c3548c
chore: use the provide object literal
...
closes #1594
replace `provide(...{use:...})` with `{provide: ..., use...}` syntax
2016-06-04 01:33:36 -07:00
twinssbc
6f02f76fc2
docs: remove duplicated words in toh-pt6.jade
...
closes #1575
2016-06-04 01:25:41 -07:00
Anastasia Kozaeva
2f3cb405e8
Fix typo in 'Error Handling' section
...
closes #1592
Remove duplicate 'to'
2016-06-04 01:24:00 -07:00
Zhimin YE(Rex)
d5650500c8
Removed @View Decorator
...
closes #1590
2016-06-04 01:22:09 -07:00
Foxandxss
90b1e0be8d
chore: fix git-changed-examples
...
closes #1585
2016-06-04 01:19:40 -07:00
Foxandxss
1d294a831c
docs(upgrade): escape script tags
...
closes #1584
2016-06-04 01:17:27 -07:00
Foxandxss
8fe68f414a
docs(style-guide): fix 03-03 css class
...
closes #1582
2016-06-04 01:15:13 -07:00
Ward Bell
7edc32f350
docs(testing): more samples
2016-06-04 00:52:36 -07:00
Patrice Chalin
05864c2584
docs(dependency-injection): revised Dart and TS code and prose ( #1573 )
...
docs(dependency-injection): revise Dart and TS code and prose
2016-06-03 11:16:46 -07:00
Eric Jimenez
1324085c0c
feat(api docs): use partials for api docs. Implement deprecated and security notes section
2016-06-02 18:44:32 -07:00
Patrice Chalin
7570dc53ea
chore(dart/api): remove generated files ( #1587 )
2016-06-02 10:44:51 -07:00
Patrice Chalin
b48cde3a43
chore(_util-fns): generalize makeExample, drop makeProjExample ( #1510 )
...
+ Rename adjustExample{Path|Title} to adjustTsExample*4Dart
+ `makeExample` can now work with both doc folder relative and project
relative paths.
2016-06-02 17:06:03 +01:00
Ward Bell
41947cbd1f
chore: fix gulp serve-and-sync tasks and many broken example links
...
The serve-and-sync tasks wait for `_copy-example-boilerplate` to finish
Differentiates app compile, spec compile, and test failures
StyleGuide (for documentators) up-to-date
2016-06-01 16:17:06 -07:00
Foxandxss
c2c3177545
chore: convert all e2e specs to typescript
2016-06-01 16:17:06 -07:00
Patrice Chalin
14ab2c5110
chore(dart/api): ignore generated files ( #1583 )
2016-06-01 15:53:36 -07:00
Foxandxss
3c3b83a34b
chore(e2e): append errors after a failed spec
...
closes #1579
2016-06-01 11:20:35 -07:00
Foxandxss
6fd62e9baf
docs(style-guide): make style guide code compliant with itself
...
closes #1578
2016-06-01 11:15:57 -07:00
Foxandxss
0a0f78f144
docs(style-guide): make barrels a consider
...
closes #1482
2016-06-01 10:59:41 -07:00
Foxandxss
743540363d
docs(style-guide): rename validator to validate
...
closes #1489
2016-06-01 10:57:11 -07:00
NFM
3d27aa656c
docs(style-guide): add the image width attribute
...
closes #1366
Adjust width 100% to 80%
2016-06-01 10:54:48 -07:00
Anderson
301aadddde
docs(toh-pt6): fix filename typo
2016-06-01 01:19:37 -07:00
Vikash
8569479423
docs: fix numerous typos in many doc files.
...
closes #1509
2016-06-01 01:08:56 -07:00
Zhimin YE(Rex)
eb48a71351
docs(architecture): fixed missing `` mark.
...
closes #1514
2016-06-01 01:03:51 -07:00
Jesse Palmer
4b4c8dc0fd
docs(readme): typo fixed - Angular.io -> angular.io
2016-06-01 00:58:38 -07:00
Ward Bell
2f115a3425
chore: fix broken devguide links as of May 31
...
Did not fix broken Dart and API links
2016-06-01 00:52:22 -07:00
Ward Bell
b2262c2bc9
chore: updated broken-link-checker package and tweaked logging.
2016-06-01 00:12:51 -07:00
Maksims Muižininkas
613d53e152
docs(architecture): correct link to testing
...
closes #1536
2016-05-31 23:23:54 -07:00
Christopher Thorne
2d27097d55
docs(toh-pt6): correct DetailHeroComponent to HeroDetailComponent
...
closes #1550
2016-05-31 22:32:55 -07:00
Christopher Thorne
3d868da4b7
docs(toh-pt5): change getHero to match toh-pt6 getHero
...
closes #1551
2016-05-31 22:31:04 -07:00
Dan Caddigan
a979c71089
chore(typo): harp.json typo
...
closes #1552
2016-05-31 22:17:45 -07:00
Ward Bell
8a5df4cfa9
chore: support e2e-specs written in TypeScript
...
Update gulpfile and project to add a tsconfig to protractor test folders
Change all sample e2e-spec.js -> e2e-spec.ts
Split typings between e2e-spec & app code
Use same config for all e2e tests
Only 1/3 e2e specs truly converted.
Most don't pass because they fail TS transpile by Protractor due to missing type annotations
2016-05-31 22:03:13 -07:00
Ward Bell
ae2d8f2730
docs(template-syntax): add brief example of HTML sanitization in binding.
...
Also clarified interpolation v. property binding example for PR #1564
2016-05-31 18:36:22 -07:00
Patrice Chalin
5e50b2ef10
chore(util-fns): minor cleanup and refactoring ( #1562 )
...
This only impacts language dependent variable and path definitions:
- Removed deprecated variable.
- Hoisted useful variable definitions from quickstart into _util-fns.
- Minor fix in regexp of path translation function
2016-05-31 15:25:59 -07:00
Foxandxss
2bc166c34f
docs(toh): fix some header extensions
...
closes #1549
2016-05-29 14:36:10 -07:00
Foxandxss
9b2c54e77f
chore: disable ngAnimate for ng1 protractor tests
...
closes #1543
2016-05-29 14:34:15 -07:00
Foxandxss
888dcf362a
chore: remove note against node 6
...
closes #1540
2016-05-29 12:46:55 -07:00
Foxandxss
39408f8f8d
docs(style-guide): remove dead code at 04-10
...
closes #1501
2016-05-29 12:44:46 -07:00
Foxandxss
b962383193
chore: re-title webpack guide to emphasize "Webpack", not "Intro"
...
closes #1492
2016-05-29 12:27:44 -07:00
Foxandxss
0047919e2d
docs(quickstart): update guide systemjs.config.js
...
closes #1542
2016-05-29 11:03:33 -07:00
Jeremy Wilken
f9211fde33
docs(index) grammatical and message improvement on marketing speak.
...
closes #1527
2016-05-28 12:49:59 -07:00
Jesse Palmer
03f346b988
chore: removes past events
...
closes #1529
2016-05-28 09:43:21 -07:00
Foxandxss
f5614e858d
docs(style-guide): add more tests
...
closes #1532
2016-05-28 09:41:15 -07:00
Foxandxss
c2c6096bec
docs(server-communication): fix anchor link
...
closes #1537
2016-05-28 09:38:26 -07:00