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

Commit 821c1ab

Browse files
committed
Revert "Merge pull request #3169 from Hypercubed/master"
This reverts commit 0938d3f, reversing changes made to f671e02.
1 parent b8bfd36 commit 821c1ab

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Diff for: src/tooltip/tooltip.js

-6
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,6 @@ angular.module( 'ui.bootstrap.tooltip', [ 'ui.bootstrap.position', 'ui.bootstrap
266266
hide();
267267
}
268268
});
269-
270-
attrs.$observe( 'disabled', function ( val ) {
271-
if (val && ttScope.isOpen ) {
272-
hide();
273-
}
274-
});
275269

276270
attrs.$observe( prefix+'Title', function ( val ) {
277271
ttScope.title = val;

0 commit comments

Comments
 (0)