Question

I want to do something like this:

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

Is there any way to do this?

Était-ce utile?

La solution

Use ng-include to embed templates into elements.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top