[Forms] Use forms from DialogService
Use the mct-form when displaying a dialog for user input, replacing the placeholder textarea used prior to integration of the forms bundle. WTD-593.
This commit is contained in:
@@ -12,7 +12,10 @@
|
||||
<div class="abs form outline editor">
|
||||
<div class='abs contents'>
|
||||
<!-- mct-include key="'form'" ng-model="" -->
|
||||
<textarea ng-model="ngModel.value"></textarea>
|
||||
<mct-form ng-model="ngModel.value"
|
||||
structure="ngModel.structure"
|
||||
name="createForm">
|
||||
</mct-form>
|
||||
</div>
|
||||
</div>
|
||||
<div class="abs bottom-bar">
|
||||
|
||||
Reference in New Issue
Block a user