[1.3.0-beta.1] linkBindingEnabled/hashListeningEnabled seem not to be working
If I understand correctly setting both linkBindingEnabled and hashListeningEnabled to false should prevent clicking links to actually navigate. This to use e.g. a framework like Backbone for routing.
In 1.2.0 this works as expected but in 1.3.0-beta.1 not.
See 2 simple fiddle's below:
Clicking on the list item in 1.3.0 navigates to other page which should be prevented.
Cheers,
Marcel