Welcome to mirror list, hosted at ThFree Co, Russian Federation.

field-file.html « form-field « angularjs « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b784b4a91f0d84217ecef16269522e818c9f5d4f (plain)
1
2
3
4
5
6
7
8
9
10
<div>
    <div class="btn">
        <span for="{{ formField.name }}" ng-bind-html="formField.title"></span>
        <input name="{{ formField.name }}" type="file" id="{{ formField.name }}">
    </div>

    <div class="file-path-wrapper">
        <input class="file-path validate" ng-model="formField.value" type="text">
    </div>
</div>