标签: angularjs templates ng-repeat ng-bind
我想做这样的事情:
<div ng-repeat="item in items" ng-bind-templateUrl="path/to/{{item.templateName}}.html" id="item.id"></div>
有没有办法做到这一点?
答案 0 :(得分:1)
使用ng-include将模板嵌入元素中。