AngularJS,未加载ng-include文件

时间:2018-11-23 07:19:36

标签: html angularjs

我想在angularjs页面中包含一个外部html文件( form-to-add.html ),但是我无法将其加载到我的主页中。

<div class="container" ng-app="formApp" ng-controller="formController">
  <div class="jumbotron w-50 mx-auto">
    <div ng-app="" ng-include src="'form-to-add.html'">

    </div>
  </div>
</div>

0 个答案:

没有答案