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

widgetloader.directive.html « widget-loader « angularjs « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d1f0cb51f18b7b399d2474b803893c7e831468bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div>

    <div piwik-activity-indicator loading="loading"/>

    <div ng-show="loadingFailed">
        <div class="notification system notification-error">
            {{ 'General_ErrorRequest'|translate:(''):('') }}
        </div>
    </div>

    <div class="theWidgetContent"></div>

</div>