[About] Refactor overlay templates

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.
This commit is contained in:
Victor Woeltjen
2015-01-14 11:49:35 -08:00
parent b5ebe5b27f
commit 97d4f34ae2
4 changed files with 45 additions and 26 deletions

View File

@@ -0,0 +1,4 @@
<mct-container key="overlay">
<mct-include key="'form-dialog'" ng-model="ngModel">
</mct-include>
</mct-container>