iron-meteor / iron-router

A client and server side router designed specifically for Meteor.
MIT License
1.98k stars 413 forks source link

abort unload #1588

Closed RamiroMoreira closed 7 years ago

RamiroMoreira commented 7 years ago

Hello, is there a way to abort navigate on unload hook? someting like RouterController.extend({ unload: function(){ return false; } })

chrisbutler commented 7 years ago

is this what you mean? https://github.com/iron-meteor/iron-router/issues/698