summaryrefslogtreecommitdiffstats
path: root/js/vendor/angular-animate
diff options
context:
space:
mode:
Diffstat (limited to 'js/vendor/angular-animate')
-rw-r--r--js/vendor/angular-animate/.bower.json12
-rw-r--r--js/vendor/angular-animate/angular-animate.js4
-rw-r--r--js/vendor/angular-animate/angular-animate.min.js4
-rw-r--r--js/vendor/angular-animate/bower.json4
-rw-r--r--js/vendor/angular-animate/package.json2
5 files changed, 13 insertions, 13 deletions
diff --git a/js/vendor/angular-animate/.bower.json b/js/vendor/angular-animate/.bower.json
index 940c0582a..a80204612 100644
--- a/js/vendor/angular-animate/.bower.json
+++ b/js/vendor/angular-animate/.bower.json
@@ -1,19 +1,19 @@
{
"name": "angular-animate",
- "version": "1.3.11",
+ "version": "1.4.0-build.3807+sha.b3a9bd3",
"main": "./angular-animate.js",
"ignore": [],
"dependencies": {
- "angular": "1.3.11"
+ "angular": "1.4.0-build.3807+sha.b3a9bd3"
},
"homepage": "https://github.com/angular/bower-angular-animate",
- "_release": "1.3.11",
+ "_release": "1.4.0-build.3807+sha.b3a9bd3",
"_resolution": {
"type": "version",
- "tag": "v1.3.11",
- "commit": "3e2694925902184bd5372d55fae7deaf2002429c"
+ "tag": "v1.4.0-build.3807+sha.b3a9bd3",
+ "commit": "6fe772fe6020fb2cc483395df8c6f05e2af5757e"
},
"_source": "git://github.com/angular/bower-angular-animate.git",
- "_target": "~1.3.*",
+ "_target": "~1.4.*",
"_originalSource": "angular-animate"
} \ No newline at end of file
diff --git a/js/vendor/angular-animate/angular-animate.js b/js/vendor/angular-animate/angular-animate.js
index 56c7e9498..c963356f2 100644
--- a/js/vendor/angular-animate/angular-animate.js
+++ b/js/vendor/angular-animate/angular-animate.js
@@ -1,6 +1,6 @@
/**
- * @license AngularJS v1.3.11
- * (c) 2010-2014 Google, Inc. http://angularjs.org
+ * @license AngularJS v1.4.0-build.3807+sha.b3a9bd3
+ * (c) 2010-2015 Google, Inc. http://angularjs.org
* License: MIT
*/
(function(window, angular, undefined) {'use strict';
diff --git a/js/vendor/angular-animate/angular-animate.min.js b/js/vendor/angular-animate/angular-animate.min.js
index e9da562d6..90952c50b 100644
--- a/js/vendor/angular-animate/angular-animate.min.js
+++ b/js/vendor/angular-animate/angular-animate.min.js
@@ -1,6 +1,6 @@
/*
- AngularJS v1.3.11
- (c) 2010-2014 Google, Inc. http://angularjs.org
+ AngularJS v1.4.0-build.3807+sha.b3a9bd3
+ (c) 2010-2015 Google, Inc. http://angularjs.org
License: MIT
*/
(function(N,f,W){'use strict';f.module("ngAnimate",["ng"]).directive("ngAnimateChildren",function(){return function(X,C,g){g=g.ngAnimateChildren;f.isString(g)&&0===g.length?C.data("$$ngAnimateChildren",!0):X.$watch(g,function(f){C.data("$$ngAnimateChildren",!!f)})}}).factory("$$animateReflow",["$$rAF","$document",function(f,C){return function(g){return f(function(){g()})}}]).config(["$provide","$animateProvider",function(X,C){function g(f){for(var n=0;n<f.length;n++){var g=f[n];if(1==g.nodeType)return g}}
diff --git a/js/vendor/angular-animate/bower.json b/js/vendor/angular-animate/bower.json
index 14604d5dc..7df946a61 100644
--- a/js/vendor/angular-animate/bower.json
+++ b/js/vendor/angular-animate/bower.json
@@ -1,9 +1,9 @@
{
"name": "angular-animate",
- "version": "1.3.11",
+ "version": "1.4.0-build.3807+sha.b3a9bd3",
"main": "./angular-animate.js",
"ignore": [],
"dependencies": {
- "angular": "1.3.11"
+ "angular": "1.4.0-build.3807+sha.b3a9bd3"
}
}
diff --git a/js/vendor/angular-animate/package.json b/js/vendor/angular-animate/package.json
index 30c5e5c1c..ed0ff2849 100644
--- a/js/vendor/angular-animate/package.json
+++ b/js/vendor/angular-animate/package.json
@@ -1,6 +1,6 @@
{
"name": "angular-animate",
- "version": "1.3.11",
+ "version": "1.4.0-build.3807+sha.b3a9bd3",
"description": "AngularJS module for animations",
"main": "angular-animate.js",
"scripts": {