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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2016-10-17 20:50:54 +0300
committerThomas Steur <thomas.steur@gmail.com>2016-10-17 20:50:54 +0300
commit347d0cbf17212eb295c8436b38605de2f13a0c12 (patch)
tree0add7911e7c592797b6faaa09e6465088075cca3 /plugins/CorePluginsAdmin/angularjs
parentb6aa67e865e7abb67b64af19cf8cbe99ef0d7264 (diff)
make sure to set an id for form element
Diffstat (limited to 'plugins/CorePluginsAdmin/angularjs')
-rw-r--r--plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html b/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html
index d6336bb888..a52d05cb72 100644
--- a/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html
+++ b/plugins/CorePluginsAdmin/angularjs/form-field/field-textarea.html
@@ -1,6 +1,7 @@
<div>
<textarea name="{{ formField.name }}"
piwik-attributes="{{formField.uiControlAttributes}}"
+ id="{{ formField.name }}"
ng-model="formField.value"
class="materialize-textarea"
></textarea>