瀏覽代碼

modify notification to bottom

MaysWind 6 年之前
父節點
當前提交
39990e51c6
共有 1 個文件被更改,包括 4 次插入0 次删除
  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 () {