ng1 html里引入html模板 使用ng-include指令。比如: <div class="index-content"> <ng-include src="'views/indexContent.html'"></ng-include> </div> 注意src里双引号里还有单引号。
ng1 html里引入html模板 使用
ng-include
指令。比如:
注意
src
里双引号里还有单引号。