gpt4 book ai didi

angularjs - AngularJS-toaster始终在右上方显示 toast 通知

转载 作者:行者123 更新时间:2023-12-04 13:16:08 26 4
gpt4 key购买 nike

我有这个样本html文件。在这里,我正在使用 Angular toast 通知。我在这里面临的问题是, toast 消息总是出现在右上 Angular 。

script.js文件包含

    angular.module('main', ['ngAnimate', 'toaster']).controller('myController', function($scope,toaster, $window) {

$scope.pop = function(){
toaster.pop('success', "title", 'message');
};

$scope.clear = function(){
toaster.clear();
};
});

请找到the子链接 http://plnkr.co/edit/pzuW5OVkoxLF7zl0mGaC?p=preview

提前致谢

最佳答案

在您的选项中,您需要:position-class,而不是positionClass

关于angularjs - AngularJS-toaster始终在右上方显示 toast 通知,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27565083/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com