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:
Diffstat (limited to 'plugins/SitesManager/templates/directives/multiline-field.html')
-rw-r--r--plugins/SitesManager/templates/directives/multiline-field.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/SitesManager/templates/directives/multiline-field.html b/plugins/SitesManager/templates/directives/multiline-field.html
new file mode 100644
index 0000000000..fed8822dc1
--- /dev/null
+++ b/plugins/SitesManager/templates/directives/multiline-field.html
@@ -0,0 +1,7 @@
+<textarea
+ cols="{{ cols }}"
+ rows="{{ rows }}"
+ ng-model="field.value"
+ ng-change="onChange()">
+
+</textarea>