Fixes: U4-3644 Multiple Textstring DataType not displaying in DocType (vs. 7.0.0 build 183)
This commit is contained in:
@@ -5,13 +5,15 @@
|
||||
<a prevent-default href="" title="Remove this text box"
|
||||
ng-show="model.value.length > model.config.min"
|
||||
ng-click="remove($index)">
|
||||
<i class="icon icon-minus"></i>
|
||||
<i class="icon icon-remove"></i>
|
||||
</a>
|
||||
</div>
|
||||
<a prevent-default href="" title="Add another text box"
|
||||
ng-show="model.config.max <= 0 || model.value.length < model.config.max"
|
||||
ng-click="add()">
|
||||
<i class="icon icon-plus"></i>
|
||||
<i class="icon icon-add"></i>
|
||||
</a>
|
||||
|
||||
{{model | json}}
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user