Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(loader): use false as default value of transclude in component helper #13581

Closed

Conversation

sarod
Copy link
Contributor

@sarod sarod commented Dec 18, 2015

Use false as default value of transclude in component helper.
The change is motivated by the fact that using transclude:true when not necessary made component
not usable in conjunction with structural directives requiring transclusion like ng-switch-when.

Closes: #13566

BREAKING CHANGE:
This is a breaking change compared to 1.5.0.rc.0 where transclude was true by default.

…lper

Use false as default value of transclude in component helper.
The change is motivated by the fact that using transclude:true when not necessary made component
not usable in conjunction with structural directives requiring transclusion like ng-switch-when.

Closes: angular#13566

BREAKING CHANGE:
This is a breaking change compared to 1.5.0.rc.0 where transclude was true by default.
@petebacondarwin petebacondarwin added this to the 1.5.0-rc.1 milestone Jan 4, 2016
@petebacondarwin petebacondarwin self-assigned this Jan 4, 2016
@petebacondarwin
Copy link
Contributor

LGTM! Thanks @sarod

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.

3 participants