Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.

Commit 628bf0f

Browse files
committed
fix(tooltip): Fix animation when ngAnimate is present
- This disables ngAnimate's animation on the tooltip element due to $animate interfering with Bootstrap's transitions
1 parent 91b5fb6 commit 628bf0f

File tree

4 files changed

+2180
-1
lines changed

4 files changed

+2180
-1
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ files = [
88
JASMINE_ADAPTER,
99
'misc/test-lib/jquery-1.8.2.min.js',
1010
'misc/test-lib/angular.js',
11+
'misc/test-lib/angular-animate.js',
1112
'misc/test-lib/angular-mocks.js',
1213
'misc/test-lib/helpers.js',
1314
'src/**/*.js',

0 commit comments

Comments
 (0)