cgross / angular-notify

Minimalistic and extensible notification service for Angular.
http://cgross.github.io/angular-notify/demo/
MIT License
432 stars 99 forks source link

Position bottom #59

Open lai32290 opened 8 years ago

lai32290 commented 8 years ago

Is possible configure position to bottom?

Mangor commented 8 years ago

+1

gabtec commented 7 years ago

A possible solution:

    notify.config({
        'startTop': $window.innerHeight - 50,
    });

with $window.innerHeight returning the current height of your browser window