javascript - AngularJS losing two way binding after JS form plugin rendering -


i'm hoping better understanding of angularjs might able shed light on whats going on here.

i have webpage long form. after js form plugin initialized, in form no longer has 2 way data binding. js plugin reference can found here

if remove id link js plugin, not applying or rendering steps plugin, 2 way data binding works expected.

i post lot of code here i'm not sure help. have no problem posting code @ request.

any ideas on why 2 way data binding losing effect after rerendering form tag , contents?

i able angularjs work correctly plugin including plugin @ bottom of page instead of top. think key here let angularjs load first, page, jquery steps plugin (at boom of page uses it).

thanks comments!


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -