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

field-text-array.html « form-field « angularjs « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1ce85a2fc67ca52ffe8c33c211beb0ebfb6ebfe9 (plain)
1
2
3
4
5
6
7
8
9
10
<div>
    <input class="control_{{ formField.uiControl }}"
           type="{{ formField.uiControl }}"
           name="{{ formField.name }}"
           ng-list
           ng-model="formField.value"
           piwik-attributes="{{formField.uiControlAttributes}}"
    >
    <label for="{{ formField.name }}" ng-bind-html="formField.title"></label>
</div>