angular-notify
angular-notify copied to clipboard
Position bottom
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