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($compile): copy CSS classes from pre-template node to link node
In synchronous directives (without a templateUrl), classes added to the node
during the clone attach function persist in the post-link function.
Before this patch, classes addedd to asynchronous templates during the clone
attach function would not persist after the node is replaced with the template
prior to linking.
Fixesangular#5439
0 commit comments