AngularJS Text-Transform Directive: uppercase, lowercase, capitalize
In the lines of css text-transform property, here are three directives that would transform the text in the input as you type/paste. The code takes care of the cursor position as well. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 […]
Read More →