I am working on a template that requires displaying the path dynamically.
<div data-ng-include="'app/templates/'templateUrl'.html'"></div>
$scope.templateUrl = "text";
However, the link is not being mapped correctly as :
app/templates/text.html
If anyone could provide assistance, it would be greatly appreciated. Thank you.