Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 417 Bytes

File metadata and controls

10 lines (7 loc) · 417 Bytes

angular-disable-backspace-navigation

Simple angular 1 module to disable navigation via backspace button

All you have to do is include this index.js file from this repo. No need to actually make the module a requirement as it will automatically disable backspace navigation.

npm install --save angular-disable-backspace-navigation
bower install --save angular-disable-backspace-navigation

MIT License