legacy dashboard url fix

This commit is contained in:
perploug
2013-08-21 13:10:05 +02:00
parent 1cff6d99ef
commit a75cfc5a2d

View File

@@ -1,3 +1,3 @@
<div ng-controller="Umbraco.LegacyController" id="legacyContainer" style="width: 100%; height: 100%;overflow: hidden;">
<iframe name="right" id="right" ng-src="{{legacyPath}}" data-src="{{legacyPath}}"></iframe>
<iframe name="right" id="right" ng-src="{{legacyPath}}"></iframe>
</div>