I want to show a tooltip next to invalid and dirty input elements in an bootstap modal form in angularjs application. I am currently not using angular-ui. I tried searching and could find implementations involving writing a directive.
Since we already use bootstrap and angularjs, I was wondering what would be the best way to show a tooltip that appears as soon as the input field reaches the invalid and dirty state.