alexcrack / angular-ui-notification

Angular.js service providing simple notifications using Bootstrap 3 styles with css transitions for animating
MIT License
536 stars 169 forks source link

Fix an exception on null args #100

Closed x87 closed 7 years ago

x87 commented 7 years ago

typeof is not enough in case of the null type, so we need to add an explicit check to avoid an exception when trying to assign a property to null.