Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
バッグから要素をドラッグしているときに確認ダイアログを表示したいと思います (Angular と angular-dragula を使用しています)。[OK] をクリックするとアイテムを削除したいのですが、[いいえ] をクリックすると要素を元の場所に戻したいと思います。
ありがとう。
確認方法も探しています。私はwindow.confirm()、い、同期で試しました。しかし、それは良い答えではありません。
revertOnSpill: true .on('cancel', function(el, container, source) { if (confirm('delete?')) drake.remove(true); }