Cleaned folder heirarchy
This commit is contained in:
6
app/assets/templates/directives/component-view.html.haml
Normal file
6
app/assets/templates/directives/component-view.html.haml
Normal file
@@ -0,0 +1,6 @@
|
||||
%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 allow-forms",
|
||||
"data-component-id" => "{{component.uuid}}"}
|
||||
Loading
|
||||
Reference in New Issue
Block a user