Hi Everyone,

We are using Angular JS in our application and we are having issues in  
updating the* 'ng-model'* data from Text boxes in *IE11*.

*Scenario :* 

If I get any validation error because of duplicate data and I am trying to 
update the *'ng-model'* , system is not taking the updated value.
It is taking the same old value and throwing the same error in *IE11*.It is 
working fine in Mozilla firefox.

When I tried to see the value that is being passed uisng *$angular.$watch*, 
it is showing up the same old value.

Pls find the tag that I am using for this text box as below:

    
 *<input type="textbox" id= "jobName" ng-model="data.code" maxlength="50" >*

   
  
 
 


Pls help us on resolving this asap.


Best Regards
Rajendra


-- 
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.

Reply via email to