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

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