*Problem Statement:*
Step 1: Open the plunkr URL: http://plnkr.co/edit/ngdoc:example-example100@snapshot?p=preview Step 2: Give input to "Name" filed. The "Reset" button is enable now. Its OK. Step 3: Refresh the page. Step 4: Now leave "Name" field empty and type some invalid email(like: test) to "Email" field. Here is the problem I found, The Reset button is not enabled. <https://lh3.googleusercontent.com/-Aw33WGwYYtw/UzumtI-L6mI/AAAAAAAAAKo/mv-IdD6qntM/s1600/screen1.jpg> Step 5: Now enter some text in "Name" filed. Now the Reset button is enabled. Step 6: Click on Reset button. Step 7: Here is another problem. Its clearing the input text for "Name" but not for "Email". I tried with version 1.2.15. _________________________________________________________________ *Solution I tried:* I made changes in angular.js file and it working fine now. Here is my change: function validate(ctrl, validatorName, validity, value){ ctrl.$setValidity(validatorName, validity); return value; } <https://lh6.googleusercontent.com/-J0atOkcdE-w/UzuovOeSifI/AAAAAAAAAK0/Ye74-i_fQ0U/s1600/angular.jpg> Please let me know if there is any other way we can fix this. -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
