cgross / angular-notify

Minimalistic and extensible notification service for Angular.

Home Page:http://cgross.github.io/angular-notify/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Position bottom

lai32290 opened this issue · comments

Is possible configure position to bottom?

+1

A possible solution:

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

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