- Await for alert dialog and use it in test for canceling crisis detail change.
- Tests now use async/await. It makes them easier to read.
- Remove "money patch" alerter comment.
* docs(structural-directives): copyedits and some tweaks to code
- Fix variable name `li` --> `i`
- a --> an `UnlessDirective`
- Jade had both #ngswitch and #ngSwitch as link targets;
fixed to use same capitalization as template syntax page.
- Fixed broke fragment target (was missing #)
- Other copy edits and post-review comments from @wardbell
* de-sugar --> desugar
* fix h2 text capitalization
- onSave "no propagation" case _was_ propagating. Fixed.
- `firstName` --> `name` (a few were missed during a previous edit).
- Hercules had a _rate_ of 325, not an id; fixed so it matches figure.
- Missing closing `</div>` in form HTML
- Prose: fix json representation of Hercules (since Hero class has changed).
- Added missing AppComponent properties used in template but not declared in class; which will likely result in errors when compiled with AOT.
- Some "back to top" were not formatted properly after a figure.
- Copyedits, e.g., Angular modules such the --> such as the
- Removed Jade blocks no longer used by Dart.
As the monospaced format is used for file names and code snippets everywhere in the documentation, in this place italic format would be better for my mind.
- Prose: copyedits, including fix to misnamed directive class
(`MyHighlightDirective` --> `HighlightDirective`).
- E2E update to avoid warning of multiple matching elements.
- Code: remove obsolete template region.
- Remove obsolete Jade blocks (no longer required by Dart).
- Replace old Jade syntax with plain markdown.
- Remove a few unnecessary `:marked`.
* docs(hier-dep-inj): fix in comp name, spelling in field name, copyedits
- `villaines` --> `villains`
- `TaxReturnComponent` --> `HeroTaxReturnComponent`
- Moved `@Input()` to be on setter rather than getter.
- Other misc copyedits
* Content edits in the Angular 2 "Forms" page.
* Updates based on @juleskremer's feedback.
* Added bold formatting for UI button names.
* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"
* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.
* Update glossary.jade
* Update forms.jade
* Update glossary.jade
* Update glossary.jade
* Update glossary.jade
* Update glossary.jade
* Content edits in the Angular 2 "Forms" page.
* Updates based on @juleskremer's feedback.
* Added bold formatting for UI button names.
* [WIP] Copyedits to the Glossary. Includes several questions and comments--search for "CF:"
* Updated with Jules's feedback and fixed a few issues that I didn't catch the first time.
Change the height of the search results so that the height of each
places the text inside directly in the middle.
Apply a styling similar to the dashboard's heroes when hovering
over a search result.
* Edits to the "Angular Modules (NgModule)" page (ngmodule.jade). In order to fix some broken links, I defined their destinations in forms.jade and pipes.jade.
* Changed "Angular module" to "NgModule" and other edits.
- I assumed that the “Angular Module FAQs” cookbook page should change to “NgModule FAQs”, so I updated that page as well.
- I updated the name in page headers, TOC titles, and links on the Docs Home page (index.html).
- I noticed the Advanced and Cookbook sections are organized alphabetically, so I reordered the pages and references to reflect that.