angular-notifications
angular-notifications copied to clipboard
An AngularJS component for easily creating notifications. Can also use HTML5 notifications.
Did a first pass attempt at updating the webkit specific notification code to use the new html5 spec. https://developer.mozilla.org/en/docs/Web/API/notification This should work on chrome and firefox, and I'm pretty sure...
Guys - Since the author isn't actively developing this, I forked a version and manually merged most of your pull requests ( along with some other forks I found )...
Not sure if anyone else is getting this - but on my app and the demo I cannot get HTML5 notifications. Can anyone else reproduce?
Hi, I want to ask the user for html5 notifications as he launches the site. I tried a dirty hack clicking on a button with jQuery but it doesn't work....
Fixes CSS Positioning, Font-Awesome v4.0.1 Update and Injection Documentation.
Add ability to set the notification duration and the persistence. This is just a fix from https://github.com/DerekRies/angular-notifications/pull/8 (thanks to @pdf) Usage: $notification.info(title, content, userData, duration); **Duration** is optional (milliseconds): It...
A bit more flexibility for the custom notifications. Implementing custom classes and custom parameters. I'm using angular-notifications in production, and I need to get a lot more customized with my...
Hi, since Font-Awesome v4.0.1 has changed its icon name type, and it's hard to find and download Font-Awesome 3.1.1 (CDN works though.). So I made the changes to let the...
Is there any version of angular-notifications that uses the latest version of font awesome if not please try making it compatible.
I think it is interesting to be able to have html inside the content of the notification. Even in the title... I forked your repo and changed the sources accordingly....