1. 需要嵌入的页面

<ion-content class="bgee">
<!--地址信息-->
<div ng-show="true" ng-include="'templates/creatAddr.html'">11111111111</div>
<!--制定内容-->
<div ng-show="true" ng-include="'templates/creatCon.html'">32222222222</div>

</ion-content>


2.那么这两个页面的controller该如何分别管理呢~ 写上自己的controller就可以辣,比如

在页面顶部写上属于自己的controller