Commit ed33850ccb754449fae252304528dea26048f310
1 parent
4105a5ca
this is solution for the bug AOD not open in ie at local
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 | 3 | <div class="main" > |
4 | 4 | <div id="siteloader" class="col-sm-12"> |
5 | 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 | 7 | <iframe style="width:100%;display:none" id="externalLinkiframe" ng-style="myObj" src=""></iframe> |
8 | 8 | |
9 | 9 | ... | ... |