You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Hello, I have a problem, I trying to validate an input number, setting 00.00. what I need?, only two digits after and before decimal dot, no matter if the two digits after decimal dot are 00.
Between many patterns, I found this that it serves me: /^\d{0,1}(\d.\d)?\d?$/
I created four examples on plunker with different versions of angularjs, that explain my problem and no matter if set pattern instead ng-pattern attribute, still not working.