angular-notify icon indicating copy to clipboard operation
angular-notify copied to clipboard

Position bottom

Open lai32290 opened this issue 9 years ago • 2 comments

Is possible configure position to bottom?

lai32290 avatar Jan 27 '16 00:01 lai32290

+1

Mangor avatar Oct 22 '16 04:10 Mangor

A possible solution:

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

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

gabtec avatar Nov 17 '16 19:11 gabtec