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: 7a98b812663ffa658d9f156de2f9ade243d785b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div>
    <div piwik-activity-indicator loading-message="loadingMessage" loading="loading"/>

    <div ng-show="loadingFailed">
        <h2 ng-if="widgetName">{{widgetName}}</h2>

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

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

</div>