You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(loader): use false as default value of transclude in component helper
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.
0 commit comments