Skip to content

fix(render): keep bindings of components in content and view in the r…#4523

Closed
tbosch wants to merge 1 commit into
angular:masterfrom
tbosch:compiler-bind-order
Closed

fix(render): keep bindings of components in content and view in the r…#4523
tbosch wants to merge 1 commit into
angular:masterfrom
tbosch:compiler-bind-order

Conversation

@tbosch
Copy link
Copy Markdown
Contributor

@tbosch tbosch commented Oct 5, 2015

…ight order

Bindings in the component view have to be first, before
bindings of components in the light dom (i.e. have the same
order as used in the ViewManagerUtils.createView() method.

Fixes #4522

…ight order

Bindings in the component view have to be first, before 
bindings of components in the light dom (i.e. have the same
order as used in the `ViewManagerUtils.createView()` method.

Fixes angular#4522
@tbosch tbosch added the action: merge The PR is ready for merge by the caretaker label Oct 5, 2015
@mary-poppins
Copy link
Copy Markdown

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

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Oct 5, 2015
@tbosch tbosch closed this in 6fe8b85 Oct 5, 2015
@tbosch tbosch deleted the compiler-bind-order branch October 5, 2015 17:11
@angular-automatic-lock-bot
Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Sep 7, 2019
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.

Property bindings and text interpolations get mixed up when using components in the light dom of other components

5 participants