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

Commit 901a7c6

Browse files
committedAug 8, 2015
feat(tooltip): remove unnecessary $digest
- Remove unnecessary call to `$digest` Closes #4151
1 parent ead15e3 commit 901a7c6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

Diff for: ‎src/tooltip/tooltip.js

-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ angular.module( 'ui.bootstrap.tooltip', [ 'ui.bootstrap.position', 'ui.bootstrap
206206

207207
// Set the initial positioning.
208208
tooltip.css({ top: 0, left: 0, display: 'block' });
209-
ttScope.$digest();
210209

211210
positionTooltip();
212211

0 commit comments

Comments
 (0)
This repository has been archived.