removing hover popover on recent notifications icon

This commit is contained in:
Jared Tabor
2016-06-21 09:21:30 -07:00
parent e72f371a1e
commit ecb1e7b15e

View File

@@ -25,8 +25,6 @@ export default function(){
excludeModal: true, excludeModal: true,
icons: [{ icons: [{
icon: "{{ 'icon-job-' + notification_template.status }}", icon: "{{ 'icon-job-' + notification_template.status }}",
awToolTip: "Click for recent notifications",
awTipPlacement: "right",
ngClick: "showSummary($event, notification_template.id)", ngClick: "showSummary($event, notification_template.id)",
ngClass: "" ngClass: ""
}] }]