This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
ngRepeat together with ngInclude doesn't work (1.2.0rc1) #3584
Closed
Description
Hi,
When using the Angular 1.2.0rc1, elements with both ngRepeat and ngInclude does not seem to be repeated and included. E.g. <div ng-repeat="item in items" ng-include="'item.html'"></div>
. This works in Angular 1.1.5, but nothing happens now.
See this Plunker: http://plnkr.co/edit/JFGw9CWhsAX4PgqCQneS
/Jacob
Conclusion
Please see bug summary and conclusion before posting further comments
Update
As of 1.2.0-rc.3 ngRepeat and ngInclude work together. Here is a demo: http://plnkr.co/edit/Yvd73HiFS8dXvpvpEeFu?p=preview