4
Answers

Could anyone suggest best Site which provides .NET videos?

Photo of Sand Soni

Sand Soni

10y
1.1k
1
Am very passionate to learn .NET modules through YouTube.Can anyone guide me best site which should provide information of all modules present in .NET from basics to advanced topics...

Answers (4)

0
Photo of Dorababu Meka
NA 8.2k 1.2m 9y
Try from this link http://stackoverflow.com/questions/30529131/angularjs-ng-required-not-clear-the-notification-after-closing-model
0
Photo of Ajay Shedge
NA 37 7.8k 9y
Hello Dorababu, I have use different class on clear button click for textbox (remove textbox red color) but when I clicked on submit button without enter data in textbox, textbox border color not changed (not changed as red) Also I have used $scope.frmCustomer.$setPristine();
0
Photo of Dorababu Meka
NA 8.2k 1.2m 9y
It will be similar too, in your reset button make it valid or apply a different class
0
Photo of Ajay Shedge
NA 37 7.8k 9y
Hello Dorababu, Thanks for reply.I refer link no. 1 and I got a answer but tell me if i use reset button and I click on submit button at that time textbox border color get red (my textboxes are blank) and I clicked on reset button I want to remove textbox red border color and reset a form.
0
Photo of Dorababu Meka
NA 8.2k 1.2m 9y
Check the article here
 
 http://www.coding-issues.com/2015/09/show-red-border-for-invalid-inputs-fields-on-form-submit-angularjs.html
 
Another sample
 
http://jsbin.com/cowufugusu/1/edit?html,css,js,output