wait for values to be initialized before rendering the iframe

This commit is contained in:
Athou
2013-05-23 09:15:34 +02:00
parent fd347eec74
commit c9f2b545c9

View File

@@ -1,3 +1,3 @@
<div ng-controller="FooterController">
<iframe ui-if="subToMeUrl" style="display:none;" src='https://www.subtome.com/register.html?name={{subToMeName}}&url={{subToMeUrl}}'></iframe>
<iframe ui-if="subToMeUrl" style="display:none;" ng-src='https://www.subtome.com/register.html?name={{subToMeName}}&url={{subToMeUrl}}'></iframe>
</div>