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

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Steur <thomas.steur@gmail.com>2015-07-28 15:51:51 +0300
committersgiehl <stefan@piwik.org>2015-10-06 18:25:24 +0300
commitccaf2c6b9665f238a61c9753f0b0e8c173557c77 (patch)
tree5b9617190c3743d6375f01304640a62db02e48e7 /plugins/Dashboard
parentb09be69058e7d3a62e00b985f5f4b8d96b070efa (diff)
added missing doc
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/angularjs/dashboard/dashboard.directive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js b/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
index 578737940c..b9db49f4b3 100644
--- a/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
+++ b/plugins/Dashboard/angularjs/dashboard/dashboard.directive.js
@@ -6,7 +6,7 @@
*/
/**
- * <div piwik-dashboard dashboardId="5" layout="10"></div>
+ * <div piwik-dashboard dashboard-id="5"></div>
*/
(function () {
angular.module('piwikApp').directive('piwikDashboard', piwikDashboard);