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

field-hidden.html « form-field « angularjs « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d7bb7711240e25aef2f79116ba3a02719a249a27 (plain)
1
2
3
4
5
6
<div>
    <input type="{{ formField.uiControl }}"
           name="{{ formField.name }}"
           ng-model="formField.value"
    >
</div>