Skip to content

Commit 37e41ba

Browse files
committed
chore(pfNotificationDrawer): dropdown kebab in ngDoc conflicts with JS provided by bootstrap
1 parent 09f41ab commit 37e41ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notification/examples/notification-drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
</file>
103103
<file name="notification-body.html">
104104
<div uib-dropdown class="dropdown pull-right dropdown-kebab-pf" ng-if="notification.actions && notification.actions.length > 0">
105-
<button uib-dropdown-toggle class="btn btn-link dropdown-toggle" type="button" id="dropdownKebabRight" data-toggle="dropdown" aria-haspopup="true" aria-expanded="true">
105+
<button uib-dropdown-toggle class="btn btn-link dropdown-toggle" type="button" id="dropdownKebabRight-{{ notification.uid }}" aria-haspopup="true" aria-expanded="true">
106106
<span class="fa fa-ellipsis-v"></span>
107107
</button>
108108
<ul class="dropdown-menu dropdown-menu-right" aria-labelledby="dropdownKebabRight">

0 commit comments

Comments
 (0)