rollno duplication

This commit is contained in:
venbatechnologies@gmail.com 2018-12-08 14:52:26 +05:30
parent 2bf83f5f99
commit 330c2e9486

View File

@ -732,7 +732,7 @@ app.controller('feesStatusCtrl', ["$scope","$rootScope","toaster", "$filter", "n
var firstError = null;
if (form.$invalid) {
alert('if');
//alert('if');
var field = null, firstError = null;
for (field in form) {
if (field[0] != '$') {