[Time Conductor] Remove unused property

...from structure passed into date-time field. Note in
code review, https://github.com/nasa/openmctweb/pull/347
This commit is contained in:
Victor Woeltjen 2015-12-04 15:19:34 -08:00
parent b5e52fce75
commit c02f965460

View File

@ -37,7 +37,7 @@
<span class="l-time-range-input" ng-controller="ToggleController as t2">
<mct-control key="'datetime-field'"
structure="{ format: parameters.format, submit: updateBoundsFromForm }"
structure="{ format: parameters.format }"
ng-model="formModel"
ng-blur="updateBoundsFromForm()"
field="'end'"