Friday, July 7, 2017

Update Angular model when using jQuery

Came across interesting issue today.

Was working on a legacy application that our team inherited , where code was updating UI using jQuery which obviously didnt update angular bindings

The blow link helped with fix 
https://stackoverflow.com/questions/17109850/update-angular-model-after-setting-input-value-with-jquery

No comments: