Closed tonybach closed 5 years ago
Currently Tooltips and Popovers allow a 'show' option during creation (https://github.com/mgcrea/angular-strap/blob/master/src/tooltip/tooltip.js#L137) to specify whether the tooltip/popover should be shown by default.
Tooltip
Popover
However, currently this is not reflected in the list of Options for either Tooltips or Popovers (https://mgcrea.github.io/angular-strap/#/tooltips).
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Currently
Tooltip
s andPopover
s allow a 'show' option during creation (https://github.com/mgcrea/angular-strap/blob/master/src/tooltip/tooltip.js#L137) to specify whether the tooltip/popover should be shown by default.However, currently this is not reflected in the list of Options for either Tooltips or Popovers (https://mgcrea.github.io/angular-strap/#/tooltips).