如何将templateUrl绑定到元素

时间:2014-03-07 13:24:47

标签: angularjs templates ng-repeat ng-bind

我想做这样的事情:

<div ng-repeat="item in items" ng-bind-templateUrl="path/to/{{item.templateName}}.html" id="item.id"></div>

有没有办法做到这一点?

1 个答案:

答案 0 :(得分:1)

使用ng-include将模板嵌入元素中。