プラグイン:https://github.com/Foxandxss/angular-toastrなぜangle-toastrは上書きされたpostionClassを受け入れないのですか?使用
私の意図は、一番上のページのをフルにまたがり、according to the documentation、positionClass: 'toast-top-full-width'
は、トリックを行いますtoastrを作成することです。
toastr.success('Hello world!', 'Toastr fun!', {
positionClass: 'toast-top-full-width'
});
また、プラグインを確認すると、クレームの有効性が確認されます。
.toast-top-full-width {
top: 0;
right: 0;
width: 100%;
}
どういうわけか、コードは機能しません。私のコードで何が間違っていますか?
Plunkr:http://plnkr.co/edit/2O6hjk5vnMUWWULNK9hs?p=preview
トーストはポジションクラスを上書きすることはできません。 –
@イエス:ありがとう。私はソースを今見た。なぜそうなのか?将来のバージョンは 'positionClass'をオーバーライドする予定ですか? – naveen