Fix incorrect attribute

(cherry picked from commit 6c512107a4)
This commit is contained in:
Bjarne Fyrstenborg
2021-09-16 10:39:49 +02:00
committed by Sebastiaan Janssen
parent ef7fe700f4
commit 7548074fa3

View File

@@ -1 +1 @@
<input name="hidden" type="hidden" ng-model="model.value" name="{{model.alias}}" />
<input name="hidden" type="hidden" ng-model="model.value" id="{{model.alias}}" />