X Tutup
Skip to content

feat(compiler): allow to create ChangeDetectors from parsed templates#3950

Closed
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:changedetection
Closed

feat(compiler): allow to create ChangeDetectors from parsed templates#3950
tbosch wants to merge 1 commit intoangular:masterfrom
tbosch:changedetection

Conversation

@tbosch
Copy link
Copy Markdown
Contributor

@tbosch tbosch commented Sep 1, 2015

Part of #3605

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is List needed ?

@tbosch tbosch force-pushed the changedetection branch 2 times, most recently from 1e9d4da to af4865b Compare September 2, 2015 16:11
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

callbacks are missing:

            callAfterContentInit: directiveMetadata.callAfterContentInit,
            callAfterContentChecked: directiveMetadata.callAfterContentChecked,
            callAfterViewInit: directiveMetadata.callAfterViewInit,
            callAfterViewChecked: directiveMetadata.callAfterViewChecked,
            callOnChanges: directiveMetadata.callOnChanges,
            callDoCheck: directiveMetadata.callDoCheck,
            callOnInit: directiveMetadata.callOnInit,

@tbosch
Copy link
Copy Markdown
Contributor Author

tbosch commented Sep 2, 2015

Change Ast to use a context. For directives, do a manual loop and pass in the directive index.

@tbosch
Copy link
Copy Markdown
Contributor Author

tbosch commented Sep 2, 2015

Reviewed with @vsavkin in person.

@tbosch tbosch added pr_state: LGTM action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Sep 2, 2015
@tbosch tbosch assigned tbosch and unassigned vsavkin Sep 2, 2015
@tbosch tbosch added action: merge The PR is ready for merge by the caretaker and removed action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews labels Sep 2, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #3950 on behalf of @tbosch to branch presubmit-tbosch-pr-3950.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Sep 2, 2015
@tbosch tbosch closed this in 2fea0c2 Sep 2, 2015
@tbosch tbosch deleted the changedetection branch September 3, 2015 20:06
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.

5 participants

X Tutup