ngToast

Create
ngToastProvider.configure({
  animation: 'slide',
  horizontalPosition: 'right',
  verticalPosition: 'top',
  maxNumber: 0,
  combineDuplications: true
});
Random
{{ ctrl.randomOptions | json }}