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

TypeError: notificationsConfigProvider.setAutoHideAnimation is not a function #46

Closed jonaszuberbuehler closed 8 years ago

jonaszuberbuehler commented 8 years ago

Hi

Any plan on tagging a new release to make autoHideAnimation & autoHideAnimationDelay available over bower?

Thank you --jonas

HenrikFricke commented 8 years ago

+1

raiseandfall commented 8 years ago

+1

The documentation for the current version (0.0.15) on NPM & Bower is not following the last released API. Right now it says that the following methods are available where they are actually not part of the build yet :

notificationsConfigProvider.setAutoHideAnimation()
notificationsConfigProvider.setAutoHideAnimationDelay()

Thanks

handonam commented 8 years ago

Can we update the NPM/Bower for this? I have to install via github at the moment.

npm install git://github.com/alexbeletsky/ng-notifications-bar.git --save

I'm not familiar with how to update the npm. I would assume you just bump up the build version numbers?

alexbeletsky commented 8 years ago

Hey guys, sorry for such a huge delay. Both npm and bower pushed.

If any issues, please let me know.

jonaszuberbuehler commented 8 years ago

Thx!