Files
standardnotes-app-web/app/assets/templates/frontend/directives/component-view.html.haml
Mo Bitar ae29e502cb Updates
2018-01-10 12:25:34 -06:00

7 lines
337 B
Plaintext

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