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
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
I have a directive which, simplified, fetches data based on its input and returns it in an ul-element, using ng-repeat on the li-tags. The output is customly displayed using elements within the tag that are transcluded within the li-tags.
This worked fine in Angular 1.2.16, but since the switch to 1.3.2 it no longer does.
Note: the ng-repeat does render, but the {item.prop} tags don't. They do, however, show up as ng-bind-template in my inspector.
Hi,
I am sorry, but what you are trying to do is in fact invalid. Here is a complete explanation of why #7874 (comment)
I understand that this may not be what you were expecting, but in fact the post explains how transclude is intended to work
I have a directive which, simplified, fetches data based on its input and returns it in an ul-element, using ng-repeat on the li-tags. The output is customly displayed using elements within the tag that are transcluded within the li-tags.
This worked fine in Angular 1.2.16, but since the switch to 1.3.2 it no longer does.
Note: the ng-repeat does render, but the {item.prop} tags don't. They do, however, show up as ng-bind-template in my inspector.
Simplified code in the plunker: http://plnkr.co/edit/rmE9eWyLDcP1YEwvh9NH?p=preview
When I alter the version to 1.3.2, I just see an empty template.
The text was updated successfully, but these errors were encountered: