Skip to content
This repository has been archived by the owner on Dec 4, 2017. It is now read-only.

[WIP] docs: use let in all ngFor and replace var- w/ ref- #1205

Closed
wants to merge 1 commit into from

Conversation

wardbell
Copy link
Contributor

@wardbell wardbell commented Apr 28, 2016

Commit these changes immediately after beta.17
In all samples

  • Replaced all like *ngFor="#hero of heroes" with *ngFor="let hero of heroes".
  • Fixed all expanded (de-sugared) versions with something like let-hero
  • Replaced the few cases like var-phone with ref-phone

PR #1208 continues this one; it is devoted to fixing the doc prose. The two PRs must go in together ... or else the template-syntax chapter will have broken region tags

@wardbell wardbell mentioned this pull request Apr 28, 2016
4 tasks
filipesilva added a commit to IdeaBlade/angular.io that referenced this pull request Apr 29, 2016
filipesilva added a commit to IdeaBlade/angular.io that referenced this pull request Apr 29, 2016
@wardbell
Copy link
Contributor Author

closed by PR #1213 with commit 216120d

@wardbell wardbell closed this Apr 29, 2016
@wardbell wardbell deleted the docs-ng-for-let branch April 29, 2016 01:41
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants