Files
standardnotes-app-web/app/assets/templates/frontend/directives/component-view.html.haml
2018-01-12 14:36:17 -06:00

7 lines
340 B
Plaintext

%iframe{"ng-if" => "component",
"ng-attr-id" => "component-{{component.uuid}}",
"ng-src" => "{{getUrl() | trusted}}", "frameBorder" => "0",
"sandbox" => "allow-scripts allow-top-navigation-by-user-activation allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-modals",
"data-component-id" => "{{component.uuid}}"}
Loading