Files
standardnotes-app-web/app/assets/templates/frontend/directives/component-view.html.haml
Mo Bitar 4bda20a8d9 Wip
2018-01-07 23:29:37 -06:00

7 lines
319 B
Plaintext

%iframe{"ng-if" => "component",
"ng-attr-id" => "component-{{component.uuid}}",
"ng-src" => "{{url() | 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