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

Commit 46ff62d

Browse files
adam187wesleycho
authored andcommitted
docs(tooltip): fix example
Closes #5666
1 parent 34adfbc commit 46ff62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/tooltip/tooltip.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ angular.module('ui.bootstrap.tooltip', ['ui.bootstrap.position', 'ui.bootstrap.s
4848
/**
4949
* This allows you to extend the set of trigger mappings available. E.g.:
5050
*
51-
* $tooltipProvider.setTriggers( 'openTrigger': 'closeTrigger' );
51+
* $tooltipProvider.setTriggers( { 'openTrigger': 'closeTrigger' } );
5252
*/
5353
this.setTriggers = function setTriggers(triggers) {
5454
angular.extend(triggerMap, triggers);

0 commit comments

Comments
 (0)