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

startRight on call #30

Closed SylvainVISSIERE-GUERINET closed 8 years ago

SylvainVISSIERE-GUERINET commented 9 years ago

It seems that the option startRight is ignored when used as so:

Notification.success({message : "txt", startRight: 100});

According to the doc: "Options can be passed to configuration provider globally or used in the current message."

i don't know if it's a bug or documentation error, i let you see :)

alexcrack commented 8 years ago

There is error in documentation. startRight option works only when you configure service. Documentation will be fixed. I'm not planning to add this option to message invoking. Sorry.