I'm having an issue with angularjs validation, see http://jsfiddle.net/NR55T/1/. Basically there is a red glow around valid numerical input if the number has digits after the decimal point.
This only seems to happen with Google Chrome (works fine in Firefox) and only when used in conjunction with bootstrap. It will also work fine in Chrome if I leave out the required attribute.
Is my markup invalid or is this an issue with the interaction of the two? If this is an issue is there an easy work around?