If I have an input within a <form> element, I can simply add the novalidate attribute to the form to disable the HTML5 validation tooltips. However, my input is not a in a form element (I am using angularJS and I use ng-form directive).
I can listen to invalid event and prevent submit validation but I cannot prevent validation tooltips.
Here is a simple JsFiddle to shows the issue.