[Bug][Fixed] Between ionic beta 13 and angular-leaflet-directive

Using angular (1.2.25) provided by ionic.bundle.js in beta 13, [angular-leaflet-directive][1] stop responding to clicks after click on other element of the page.

The problem is not present using the stock angular 1.2.25.

EDIT: The problem appeared in 1.0.0-beta2 and was not present in beta1.

See the Pen XJmMyp by Kristian (@kbenoit) on CodePen.

Adding an attribute data-tap-disabled="true" to the leaflet div element fixed the problem.