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

field-site.html « form-field « angularjs « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5fa647685e5348ee21f6b19e18de7cb85c095afc (plain)
1
2
3
4
5
6
7
8
9
10
11
<div>
    <label for="{{ formField.name }}" class="siteSelectorLabel" ng-bind-html="formField.title"></label>
    <div piwik-siteselector
         class="sites_autocomplete"
         ng-model="formField.value"
         id="{{ formField.name }}"
         show-all-sites-item="false"
         switch-site-on-select="false"
         show-selected-site="true"
         piwik-attributes="{{formField.uiControlAttributes}}"></div>
</div>