Ng-include页面嵌套

匿名 (未验证) 提交于 2019-12-03 00:14:01

1.1. Ng-include页面嵌套

1.1.1. 功能介绍

htmln个html并将其嵌套进入其中

1.1.2. 代码

(1) htmljs中写

<ion-content id="content" style="bottom:60px;line-height:34px;margin-top: 50px;">         <div ng-include="testData" style="height: 600px;"></div>     </ion-content> Js $scope.testData = "templates/HomePage/Person/personDetail/personDetailInfoReadOnly.html";

(2) htmlNg-include里面的时候,双引号里面要有单引号)

<div ng-include="'templates/HomePage/Person/personDetail/personDetailInfoReadOnly.html'" style="height: 600px;"></div>

 

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!