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@googlemail.com>2014-03-13 01:32:13 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-03-13 01:32:13 +0400
commit37de7c86f0c1ef49af8997ee7822bdb0353cf5e9 (patch)
tree2ec9076b3e4db37151cf589bb837d41c0f3955ec /plugins/CoreHome/angularjs/piwikApp.js
parentad29373c4f82738386ee3e60f5b2f9b5215882b9 (diff)
fix #4796 anchor links do not work after merging AngularJS
Diffstat (limited to 'plugins/CoreHome/angularjs/piwikApp.js')
-rw-r--r--plugins/CoreHome/angularjs/piwikApp.js9
1 files changed, 8 insertions, 1 deletions
diff --git a/plugins/CoreHome/angularjs/piwikApp.js b/plugins/CoreHome/angularjs/piwikApp.js
index 87079ecb36..a678168f3e 100644
--- a/plugins/CoreHome/angularjs/piwikApp.js
+++ b/plugins/CoreHome/angularjs/piwikApp.js
@@ -1,3 +1,10 @@
+/*!
+ * Piwik - Web Analytics
+ *
+ * @link http://piwik.org
+ * @license http://www.gnu.org/licenses/gpl-3.0.html GPL v3 or later
+ */
+
angular.module('piwikApp', [
'ngSanitize',
'ngAnimate',
@@ -6,4 +13,4 @@ angular.module('piwikApp', [
'piwikApp.directive',
'piwikApp.filter'
]);
-angular.module('app', []);
+angular.module('app', []); \ No newline at end of file