alexcrack / alexcrack/angular-ui-notification
closeOnClick false doesn't seem to work.
Open
- Dominant language
- JavaScript
- Stars
- 529
- Forks
- 164
- PR merge metrics
- No merged PRs in 30d
Description
regardless of closeOnClick true/false, the notification can always be closed by clicking it. Using the latest version.
notification.error(
{
message: "And Stuff",
title: 'Things',
delay: 10000,
closeOnClick:false,
maxCount:1
```
}
);
```
Awesome little module though!
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.