码迷,mamicode.com
首页 > 其他好文 > 详细

Ng-include页面嵌套

时间:2019-10-10 15:58:20      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:mil   bottom   only   scope   for   readonly   read   html   双引号   

1.1. Ng-include页面嵌套

1.1.1. 功能介绍

点击页签,页签下的各页面不写在同一个html中,可以分成n个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) 直接写在html中(谨记直接写在Ng-include里面的时候,双引号里面要有单引号)

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

 

Ng-include页面嵌套

标签:mil   bottom   only   scope   for   readonly   read   html   双引号   

原文地址:https://www.cnblogs.com/Amanda-w/p/11648010.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!