openmct/platform/forms/res/templates/controls/dialog.html
Victor Woeltjen 3e95a96c69 [Forms] Add dialog button spec
Add spec for a button which should show a dialog for
input on a single value, to support Image properties
in Fixed Position view, WTD-881.
2015-02-23 18:52:53 -08:00

4 lines
152 B
HTML

<mct-control ng-controller="DialogButtonController as dialog"
key="'button'"
structure="dialog.getStructure()">
</mct-control>