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): swap keys and values for transclude definition object
Closesangular#13439
BREAKING CHANGE:
The keys and values for the `transclude` map of the directive definition
have been swapped around to be more consistent with the other maps, such
as `scope` and `bindToController`.
Now the key is the slot name and the value is an element selector.
0 commit comments