forked from Archives/Athou_commafeed
wait for values to be initialized before rendering the iframe
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user