Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ Available options:
- acceptHTML
- autoHideAnimation
- autoHideAniationDelay
- autoMaxNotifications

Please **note**, HTML support is only configurable at a global level. If HTML is to be supported, make sure to inject the `'ngSanitize'` dependency.

Expand Down Expand Up @@ -159,6 +160,8 @@ app.config(['notificationsConfigProvider'], function (notificationsConfigProvide
// delay between animation and removing the nofitication
notificationsConfigProvider.setAutoHideAnimationDelay(1200);

// Limit the amount on-screen nofitications
notificationsConfigProvider.setAutoMaxNotifications(2);
}])
```

Expand Down
2 changes: 1 addition & 1 deletion dist/ngNotificationsBar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion example/dist/ngNotificationsBar.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading