我正在使用 Angular JS 1.4.1 和 Angular Toastr 1.7.0。
我的应用程序中的大多数烤面包机都是默认的右上角,并且工作正常。
但是,我想用 the 调用 ONE,但positionClass: 'toast-top-full-width'
我无法让它工作。它仍然以默认设置打开,将其设置为我的应用程序配置。
$scope.tabLeave = function () {
toastr.warning('Warning', 'You have unsaved data.', {
closeButton: true,
positionClass: 'toast-top-full-width'
});
};
这里缺少什么?