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:57:53 +0300
committersgiehl <stefan@piwik.org>2015-10-06 17:23:54 +0300
commita4f06699c5c6ea11e64733e283686e9447e3a860 (patch)
tree45a3817be11c80959f751ab19ff76c37eb264b2a /bower.json
parent2829032bf3b95069713d0a85470f8d6d04131039 (diff)
Use AngularJS 1.4 instead of AngularJS 1.2
Diffstat (limited to 'bower.json')
-rw-r--r--bower.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/bower.json b/bower.json
index 49252d932e..0dc775985a 100644
--- a/bower.json
+++ b/bower.json
@@ -15,11 +15,11 @@
"dependencies": {
"jquery-ui": "1.10.4",
"jquery": "~1.11.0",
- "angular": "~1.2.0",
- "angular-sanitize": "~1.2.0",
- "angular-animate": "~1.2.0",
- "angular-cookies": "~1.2.0",
- "angular-mocks": "~1.2.0",
+ "angular": "~1.4.0",
+ "angular-sanitize": "~1.4.0",
+ "angular-animate": "~1.4.0",
+ "angular-cookies": "~1.4.0",
+ "angular-mocks": "~1.4.0",
"ngDialog": "~0.2.0",
"html5shiv": "~3.7.0",
"mousetrap": "~1.4.0",