Commit afb51717f397fefc27f963f3190f4f6efc840a1f

Authored by Amrita Vishnoi
2 parents c557e152 59883812

Merge branch 'ExternalLink' into Develop

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>
... ...