Posts by Vanderlei Sbaraini Amancio • 166 points
2 posts
-
10
votes2
answers475
viewsA: Angular locking GET form Submit
O Angularjs blocks the standard form action unless the action is specified in <form>. So just add the action referring to the page itself: <form ng-controller="UserCreateController"…
angularjsanswered Vanderlei Sbaraini Amancio 166 -
0
votes3
answers249
viewsA: Extract only numbers from a Javascript text box
You can set the input with type number: <input type="number" /> Detail is that the character and can be used as it means exponentiation.…