append a input with ng-model which matches the field coming from model state

(cherry picked from commit 9a16adcb18)
This commit is contained in:
Niels Lyngsø
2021-08-06 12:54:46 +02:00
committed by Sebastiaan Janssen
parent cf64430116
commit 9ccabd51b9

View File

@@ -52,6 +52,7 @@
</div>
<input type="hidden" name="modelValue" ng-model="vm.model.value" val-server="value" />
<input type="hidden" name="minCount" ng-model="vm.model.value" val-server="minCount" />
<input type="hidden" name="maxCount" ng-model="vm.model.value" val-server="maxCount" />