We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6184e54 commit 09f3a27Copy full SHA for 09f3a27
1 file changed
angular-tutorial.js
@@ -423,7 +423,8 @@
423
var hideTooltips = function()
424
{
425
// hide all tooltips
426
- angular.element('.tutorial-tooltip').tooltip('destroy').removeClass('tutorial-tooltip');
+ angular.element('.tooltip').tooltip('destroy');
427
+ angular.element('.tutorial-tooltip').tooltip('destroy');
428
429
var step = $scope.currentStep;
430
0 commit comments