append a input with ng-model which matches the field coming from model state
(cherry picked from commit 9a16adcb18)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
cf64430116
commit
9ccabd51b9
@@ -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" />
|
||||
|
||||
|
||||
Reference in New Issue
Block a user