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?

Was it helpful?

Solution

Use ng-include to embed templates into elements.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top