refactor(ngAnimateSwap): remove usused dependency

This commit is contained in:
George Kalpakas
2018-05-15 17:16:20 +03:00
parent 45879a8c5a
commit c0b01d9123
+1 -1
View File
@@ -87,7 +87,7 @@
* </file>
* </example>
*/
var ngAnimateSwapDirective = ['$animate', '$rootScope', function($animate, $rootScope) {
var ngAnimateSwapDirective = ['$animate', function($animate) {
return {
restrict: 'A',
transclude: 'element',