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
I've forked repo and made changes to use ng-transclude instead of ng-include which fixes the scope issues - at the cost of deprecating using cardTemplate and cardTemplateString.
And you'll have to use $parent.card instead of card when referencing the element in the transcluded item.
When you include using the transclude method of inserting card template, and the contents include a directive that has a transclude, things get wonky.
Here is an example codepen.
The text was updated successfully, but these errors were encountered: