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

multiline-field.directive.html « sites-manager « angularjs « SitesManager « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2e1bf44bf7b90aaac86d6db0c661727a239f44db (plain)
1
2
3
4
5
6
<textarea
        cols="{{ cols }}"
        rows="{{ rows }}"
        ng-model="field.value"
        ng-change="onChange()">
</textarea>