-
Notifications
You must be signed in to change notification settings - Fork 69
Custom Template didn't show dismiss button #218
Copy link
Copy link
Open
Labels
discussionIndicates that this issue / PR needs to be discussed in detail before further steps can be takenIndicates that this issue / PR needs to be discussed in detail before further steps can be takentype: bugIndicates an unintended behaviour, unexpected problem, crashIndicates an unintended behaviour, unexpected problem, crashtype: featureIndicates a feature or enhancementIndicates a feature or enhancement
Metadata
Metadata
Assignees
Labels
discussionIndicates that this issue / PR needs to be discussed in detail before further steps can be takenIndicates that this issue / PR needs to be discussed in detail before further steps can be takentype: bugIndicates an unintended behaviour, unexpected problem, crashIndicates an unintended behaviour, unexpected problem, crashtype: featureIndicates a feature or enhancementIndicates a feature or enhancement
Hi there,
I give a try to this lib and i'm pretty happy with it ! But i've a little trouble to customize it.
I use a custom template for angular-notifier for adding icon.

When i'm using builtin template i got the dismiss button , but when a use my custom template this button disappears
Custom template :
Builtin :

My custom template :
Should i add this button manually ? if yes how ?
Thx