Browse Source

modify notification to bottom

MaysWind 6 years ago
parent
commit
39990e51c6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      app/scripts/services/ariaNgNotificationService.js

+ 4 - 0
app/scripts/services/ariaNgNotificationService.js

@@ -100,6 +100,10 @@
                     options.type = 'primary';
                 }
 
+                if (!options.positionY) {
+                    options.positionY = 'bottom';
+                }
+
                 return Notification[options.type](options);
             },
             clearNotificationInPage: function () {