Skip to content

Commit 5bc7c02

Browse files
committed
chore(update): angular v1.3.4
1 parent 841c2a5 commit 5bc7c02

20 files changed

Lines changed: 1003 additions & 673 deletions

bower.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@
4848
"js/ionic.js"
4949
],
5050
"dependencies": {
51-
"angular": "~1.3.3",
52-
"angular-animate": "~1.3.3",
53-
"angular-sanitize": "~1.3.3",
51+
"angular": "~1.3.4",
52+
"angular-animate": "~1.3.4",
53+
"angular-sanitize": "~1.3.4",
5454
"angular-ui-router": "0.2.10"
5555
}
5656
}

config/lib/js/angular/angular-animate.js

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.3
2+
* @license AngularJS v1.3.4
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/
@@ -245,7 +245,7 @@
245245
* You then configure `$animate` to enforce this prefix:
246246
*
247247
* ```js
248-
* $animateProvider.classNamePrefix(/animate-/);
248+
* $animateProvider.classNameFilter(/animate-/);
249249
* ```
250250
* </div>
251251
*
@@ -976,9 +976,9 @@ angular.module('ngAnimate', ['ng'])
976976
* | 3. $animate waits for the next digest to start the animation | class="my-animation ng-animate" |
977977
* | 4. the .ng-leave class is added to the element | class="my-animation ng-animate ng-leave" |
978978
* | 5. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-leave" |
979-
* | 6. $animate blocks all CSS transitions on the element to ensure the .ng-leave class styling is applied right away | class="my-animation ng-animate ng-leave |
979+
* | 6. $animate blocks all CSS transitions on the element to ensure the .ng-leave class styling is applied right away | class="my-animation ng-animate ng-leave" |
980980
* | 7. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-leave" |
981-
* | 8. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-leave |
981+
* | 8. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-leave" |
982982
* | 9. the .ng-leave-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-leave ng-leave-active" |
983983
* | 10. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-leave ng-leave-active" |
984984
* | 11. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
@@ -1022,9 +1022,9 @@ angular.module('ngAnimate', ['ng'])
10221022
* | 4. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate" |
10231023
* | 5. the .ng-move class is added to the element | class="my-animation ng-animate ng-move" |
10241024
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate ng-move" |
1025-
* | 7. $animate blocks all CSS transitions on the element to ensure the .ng-move class styling is applied right away | class="my-animation ng-animate ng-move |
1025+
* | 7. $animate blocks all CSS transitions on the element to ensure the .ng-move class styling is applied right away | class="my-animation ng-animate ng-move" |
10261026
* | 8. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate ng-move" |
1027-
* | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-move |
1027+
* | 9. $animate removes the CSS transition block placed on the element | class="my-animation ng-animate ng-move" |
10281028
* | 10. the .ng-move-active class is added (this triggers the CSS transition/animation) | class="my-animation ng-animate ng-move ng-move-active" |
10291029
* | 11. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate ng-move ng-move-active" |
10301030
* | 12. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
@@ -1069,8 +1069,8 @@ angular.module('ngAnimate', ['ng'])
10691069
* | 3. the .super-add class is added to the element | class="my-animation ng-animate super-add" |
10701070
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate super-add" |
10711071
* | 5. the .super and .super-add-active classes are added (this triggers the CSS transition/animation) | class="my-animation ng-animate super super-add super-add-active" |
1072-
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-add" |
1073-
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation super super-add super-add-active" |
1072+
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super super-add super-add-active" |
1073+
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super super-add super-add-active" |
10741074
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation super" |
10751075
* | 9. The super class is kept on the element | class="my-animation super" |
10761076
* | 10. The returned promise is resolved. | class="my-animation super" |
@@ -1103,7 +1103,7 @@ angular.module('ngAnimate', ['ng'])
11031103
* | 3. the .super-remove class is added to the element | class="my-animation super ng-animate super-remove" |
11041104
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation super ng-animate super-remove" |
11051105
* | 5. the .super-remove-active classes are added and .super is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate super-remove super-remove-active" |
1106-
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation super ng-animate super-remove" |
1106+
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate super-remove super-remove-active" |
11071107
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate super-remove super-remove-active" |
11081108
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation" |
11091109
* | 9. The returned promise is resolved. | class="my-animation" |
@@ -1128,11 +1128,11 @@ angular.module('ngAnimate', ['ng'])
11281128
*
11291129
* | Animation Step | What the element class attribute looks like |
11301130
* |--------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------|
1131-
* | 1. $animate.removeClass(element, ‘on’, ‘off) is called | class="my-animation super off |
1132-
* | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation super ng-animate off |
1133-
* | 3. the .on-add and .off-remove classes are added to the element | class="my-animation ng-animate on-add off-remove off |
1134-
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate on-add off-remove off |
1135-
* | 5. the .on, .on-add-active and .off-remove-active classes are added and .off is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active |
1131+
* | 1. $animate.setClass(element, 'on', 'off') is called | class="my-animation off" |
1132+
* | 2. $animate runs the JavaScript-defined animations detected on the element | class="my-animation ng-animate off" |
1133+
* | 3. the .on-add and .off-remove classes are added to the element | class="my-animation ng-animate on-add off-remove off" |
1134+
* | 4. $animate waits for a single animation frame (this performs a reflow) | class="my-animation ng-animate on-add off-remove off" |
1135+
* | 5. the .on, .on-add-active and .off-remove-active classes are added and .off is removed (this triggers the CSS transition/animation) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
11361136
* | 6. $animate scans the element styles to get the CSS transition/animation duration and delay | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
11371137
* | 7. $animate waits for the animation to complete (via events and timeout) | class="my-animation ng-animate on on-add on-add-active off-remove off-remove-active" |
11381138
* | 8. The animation ends and all generated CSS classes are removed from the element | class="my-animation on" |

config/lib/js/angular/angular-animate.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/lib/js/angular/angular-aria.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.3
2+
* @license AngularJS v1.3.4
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

config/lib/js/angular/angular-aria.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/lib/js/angular/angular-messages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.3
2+
* @license AngularJS v1.3.4
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

config/lib/js/angular/angular-messages.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/lib/js/angular/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.3
2+
* @license AngularJS v1.3.4
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

config/lib/js/angular/angular-resource.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* @license AngularJS v1.3.3
2+
* @license AngularJS v1.3.4
33
* (c) 2010-2014 Google, Inc. http://angularjs.org
44
* License: MIT
55
*/

config/lib/js/angular/angular-resource.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)