Clearing The Form Fields And Saving The Details In Angular Js
I have created a simple form using angular js. When the user enter their details and submit it the values will be saved in console, but the values remains in the field even after c
Solution 1:
Here is PLUNKER of your code...
you should use ng-click
instead onClick
...
Post a Comment for "Clearing The Form Fields And Saving The Details In Angular Js"