0
テンプレートのパスを動的に表示する必要があるテンプレートがあります。角度jsのテンプレートで連結を実行する方法
<div data-ng-include="'app/templates/'templateUrl'.html'"></div>
$scope.templateUrl = "text";
しかし、リンクは次のようにマッピングされていない:いずれかが私を助けてくださいすることができ
app/templates/text.html
。ありがとう。
が重複する可能性[私はNG-含まURLの文字列を追加することはできますか?](https://stackoverflow.com/questions/20755200/can-i-append-a-string-with-the- ng-include-url) –