Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit c0b01d9

Browse files
committed
refactor(ngAnimateSwap): remove usused dependency
1 parent 45879a8 commit c0b01d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngAnimate/ngAnimateSwap.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
* </file>
8888
* </example>
8989
*/
90-
var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $rootScope) {
90+
var ngAnimateSwapDirective = ['$animate', function($animate) {
9191
return {
9292
restrict: 'A',
9393
transclude: 'element',

0 commit comments

Comments
 (0)