parent
40473f9fbd
commit
adaeeba5d0
7 changed files with 129 additions and 43 deletions
6
static/directives/config/config-string-list-field.html
Normal file
6
static/directives/config/config-string-list-field.html
Normal file
|
@ -0,0 +1,6 @@
|
|||
<div class="config-string-list-field-element">
|
||||
<form name="fieldform" novalidate>
|
||||
<input type="text" class="form-control" placeholder="{{ placeholder || '' }}"
|
||||
ng-model="internalBinding" ng-trim="true" ng-minlength="1" ng-required="!isOptional">
|
||||
</form>
|
||||
</div>
|
Reference in a new issue