You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is this intended behaviour? This was not the case before IR 1.0. I'd like to not use hash paths (/#/blah) and use normal routes (/blah) together with Appcache.
The text was updated successfully, but these errors were encountered:
Ya I found that afterwards. The bug isn't of concern to me though as an app with or without cordova, I don't have an use case to back up correctly in browser history. Like you said, this should default to useHashPaths: true but configurable. The way useHashPaths is forced to not be configurable under this circumstance is also not obvious or documented.
Line 30 on https://github.com/EventedMind/iron-location/blob/master/lib/location.js, overriding default even with
Is this intended behaviour? This was not the case before IR 1.0. I'd like to not use hash paths (/#/blah) and use normal routes (/blah) together with Appcache.
The text was updated successfully, but these errors were encountered: