Skip to content

Commit

Permalink
unify indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanseifert committed Sep 24, 2024
1 parent fc10278 commit e4e4bce
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions bundle/src/main/resources/angularjs-partials/multifield.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@
<span class="coral-Checkbox-checkmark"></span>
</label>
<textarea is="coral-textarea"
bo-if="type==='textarea'"
disabled
readonly
ng-attr-rows="{{textareaRows}}"
ng-model="effectiveValue.value"></textarea>
bo-if="type==='textarea'"
disabled
readonly
ng-attr-rows="{{textareaRows}}"
ng-model="effectiveValue.value"></textarea>
<input is="coral-textfield" type="type"
bo-if="type!=='checkbox' && type!=='textarea'"
disabled
Expand All @@ -64,11 +64,11 @@
<span class="coral-Checkbox-checkmark"></span>
</label>
<textarea is="coral-textarea"
bo-if="type==='textarea'"
disabled
readonly
ng-attr-rows="{{textareaRows}}"
ng-model="value.value"></textarea>
bo-if="type==='textarea'"
disabled
readonly
ng-attr-rows="{{textareaRows}}"
ng-model="value.value"></textarea>
<input is="coral-textfield" type="type"
bo-if="type!=='checkbox' && type!=='textarea'"
disabled
Expand All @@ -93,14 +93,14 @@
<span class="coral-Checkbox-checkmark"></span>
</label>
<div class="caconfig-textfield-wrapper">
<textarea is="coral-textarea"
bo-if="type==='textarea'"
ng-model="value.value" ng-trim="false"
ng-required="{{property.metadata.properties.required && !property.overridden && !property.inherited && !property.readOnly}}"
caconfig-validation="{{validation}}"
ng-attr-rows="{{textareaRows}}"
name="inputField"></textarea>
<input is="coral-textfield" type="type"
<textarea is="coral-textarea"
bo-if="type==='textarea'"
ng-model="value.value" ng-trim="false"
ng-required="{{property.metadata.properties.required && !property.overridden && !property.inherited && !property.readOnly}}"
caconfig-validation="{{validation}}"
ng-attr-rows="{{textareaRows}}"
name="inputField"></textarea>
<input is="coral-textfield" type="type"
bo-if="type!=='checkbox' && type!=='textarea'"
ng-model="value.value"
ng-trim="false"
Expand Down

0 comments on commit e4e4bce

Please sign in to comment.