在下面的代码中,
$window.onbeforeunload = function reloadFunc(event) {
// Check if form is dirty, prompt the user and cancel event
scope.dirtyCheckWarning(event);
};
我正在弄清楚如何取消事件并停止传播。