aboutsummaryrefslogtreecommitdiff
path: root/docs/components/popovers.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/components/popovers.md')
-rw-r--r--docs/components/popovers.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/components/popovers.md b/docs/components/popovers.md
index 5f26e4bbd..cc1b0fe2e 100644
--- a/docs/components/popovers.md
+++ b/docs/components/popovers.md
@@ -353,6 +353,10 @@ Toggles the ability for an element's popover to be shown or hidden.
<td>hidden.bs.popover</td>
<td>This event is fired when the popover has finished being hidden from the user (will wait for CSS transitions to complete).</td>
</tr>
+ <tr>
+ <td>inserted.bs.popover</td>
+ <td>This event is fired after the <code>show.bs.popover</code> event when the tooltip template has been added to the DOM.</td>
+ </tr>
</tbody>
</table>