Commit 7d2e4b6bb017339262bb7ac4df91b89b1bcfe74d
Merge branch 'AODIEIssue' into Develop
Showing
1 changed file
with
1 additions
and
1 deletions
400-SOURCECODE/AIAHTML5.Web/app/views/Link/Link-view.html
@@ -3,7 +3,7 @@ | @@ -3,7 +3,7 @@ | ||
3 | <div class="main" > | 3 | <div class="main" > |
4 | <div id="siteloader" class="col-sm-12"> | 4 | <div id="siteloader" class="col-sm-12"> |
5 | <!--<object style="width:100%; height:100%" type="text/html" data={{objdata}}></object>--> | 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> | 6 | + <object id="externalLink" ng-style="myObj" type="text/html" ng-attr-data={{objdata}}></object> |
7 | <iframe style="width:100%;display:none" id="externalLinkiframe" ng-style="myObj" src=""></iframe> | 7 | <iframe style="width:100%;display:none" id="externalLinkiframe" ng-style="myObj" src=""></iframe> |
8 | 8 | ||
9 | 9 |