mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
97d4f34ae2
Refactor overlay templates to separate out the overlay container from the inner dialog containing the form; this permits the easy reuse of that overlay container to supply a non-form-like About dialog, WTD-667.
4 lines
122 B
HTML
4 lines
122 B
HTML
<mct-container key="overlay">
|
|
<mct-include key="'form-dialog'" ng-model="ngModel">
|
|
</mct-include>
|
|
</mct-container> |