ionic-team:master
← Hofmanix:url_disabled
opened 06:42AM - 22 Jul 17 UTC
In IonicModule config object, you can pass urlDisabled property with true value …to disable url in whole app. In App component there is also setUrlDisabled method for changing this property, when this method is used in app, url will stay at the last used one
#### Short description of what this resolves:
My issue 12439 - add property for disable url in app
#### Changes proposed in this pull request:
- In IonicApp config urlDisabled property added with default value false
- In App component added methods isUrlDisabled and SetUrlDisabled
- In DeepLinker method _updateLocation first checks if urlDisabled is false and then continues method
**Ionic Version**: 1.x / 2.x / 3.x
3.x
**Fixes**: #