alexcrack / alexcrack/angular-ui-notification
closeOnClick false doesn't seem to work.
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 529
- Forks
- 164
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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!
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.