Commit 598838121cf86e17b3eabb833f2f16dc5ae6a855
1 parent
65bffedf
Object Id set in which external pages are getting loaded
Showing
1 changed file
with
9 additions
and
9 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html
1 | -<div class="bodyWrap row "> | ||
2 | - <div ng-include="'app/widget/MainMenu.html'" /> | ||
3 | - <div class="main" style="min-height:750px;"> | ||
4 | - <div id="siteloader" class="col-sm-12"> | ||
5 | - <!--<object style="width:100%; height:100%" type="text/html" data={{objdata}}></object>--> | ||
6 | - <object ng-style="myObj" type="text/html" data={{objdata}}></object> | ||
7 | - </div> | ||
8 | - </div> | ||
9 | -</div> | 1 | +<div class="bodyWrap row "> |
2 | + <div ng-include="'app/widget/MainMenu.html'" /> | ||
3 | + <div class="main" style="min-height:750px;"> | ||
4 | + <div id="siteloader" class="col-sm-12"> | ||
5 | + <!--<object style="width:100%; height:100%" type="text/html" data={{objdata}}></object>--> | ||
6 | + <object id="externalLink" ng-style="myObj" type="text/html" data={{objdata}}></object> | ||
7 | + </div> | ||
8 | + </div> | ||
9 | +</div> |