Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <me-input ng-if="elem.name == 'me-input' || elem.name == 'me-select'" elem="$parent.elem" elem-id="in_single_pattern" disabled="false || elem.attrs.disabled || (elem.depends && elem.enabledByDepends)" options="calcOptions(elem)" value="env.sp.out[elem.id]" on-option-select="onElemOptionSelect(elem, exposeSelectedOptionKeys, option)" on-change="unconditionalReloadPage(true)" class="ng-scope ng-isolate-scope">
- <div class="form-group ng-scope has-error" ng-class="{'has-error': showError()}" style=""> <label class=" control-label me-elem-label">Одиночный аттач <span class="text-danger">*</span></label><me-input-attach settings="attachSettings" options="options" ng-model="value" me-input-elem="" me-input-elem-ctrl="meInputElemCtrl" enable-validation="enableValidation()" name="in_single_pattern" class="ng-untouched ng-isolate-scope ng-empty ng-dirty ng-valid-parse ng-invalid ng-invalid-required" style=""><div class="me-input__attach">
- <!--ngf-keep="'distinct'"-->
- <!--ngf-pattern="'image/*,application/pdf'"-->
- <div class="me-input__attach-drop-box ng-invalid ng-dirty" ngf-change="upload($files, $file, $newFiles, $duplicateFiles, $invalidFiles, $event)" ng-show="showDropZone()" ng-disabled="settings.attrs.disabled" ngf-drop="" ngf-select="" ngf-drop-available="dropAvailable" ngf-drag-over-class="'me-input__attach-dragover'" ngf-multiple="settings.multiple" ngf-pattern="settings.attrs.pattern" ngf-allow-dir="true" ngf-max-files="settings.attrs.max" ngf-max-total-size="getSize('maxTotal')" ngf-max-size="getSize('max')" ngf-min-size="getSize('min')" style="">
- <div class="me-input__attach-desc ng-binding">
- <i class="fa fa-cloud-upload"></i> Relocate the files in order to attach them, or click to select
- </div>
- </div>
- <!-- ngIf: uploadProgress -->
- <ul ng-show="invalidFiles" class="ng-hide">
- <!-- ngRepeat: f in invalidFiles -->
- </ul>
- <div class="row ng-hide" ng-show="hasFilesInfo()" style="padding: 5px 10px;">
- <!-- ngRepeat: f in filesInfo -->
- </div>
- </div></me-input-attach><me-fast-select options="options" on-change="fastSelectChange(option)" class="ng-isolate-scope">
- <!-- ngIf: $ctrl.fastOptions && $ctrl.fastOptions.length > 0 -->
- </me-fast-select><!-- ngIf: showError() --><me-error-list ng-if="showError()" errors="errors" class="ng-scope ng-isolate-scope" style=""><ul class="text-danger" style="padding-left: 20px;margin-top:5px;">
- <!-- ngRepeat: e in $ctrl.errors --><li ng-repeat="e in $ctrl.errors" type="required" class="ng-binding ng-scope">This field is mandatory</li><!-- end ngRepeat: e in $ctrl.errors -->
- </ul></me-error-list><!-- end ngIf: showError() --></div></me-input>
Advertisement
Add Comment
Please, Sign In to add comment