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

Commit

Permalink
feat(tooltip): remove unnecessary $digest
Browse files Browse the repository at this point in the history
- Remove unnecessary call to `$digest`

Closes #4151
  • Loading branch information
wesleycho committed Aug 8, 2015
1 parent ead15e3 commit 901a7c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tooltip/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,6 @@ angular.module( 'ui.bootstrap.tooltip', [ 'ui.bootstrap.position', 'ui.bootstrap

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

positionTooltip();

Expand Down

0 comments on commit 901a7c6

Please sign in to comment.