alexbeletsky / ng-notifications-bar

Angular.js component for stylish and flexible top bar notifications.
http://beletsky.net/ng-notifications-bar
149 stars 52 forks source link

Add a notification class to each notification div in the template along with the note.type. #19

Open alexbeletsky opened 9 years ago

alexbeletsky commented 9 years ago

Add a notification class to each notification div in the template along with the note.type. This is a minor one because I just wanted to use a selector like .notification to target each entire notification. I could have used a child selector, but it just seemed like overkill for a html element that was a notification.

Sub-task of #15