All Questions
Tagged with angularjs-model data-binding
1 question
0
votes
1
answer
927
views
Updating AngularJS models on ng-click, DOM not responding
I have an input box and a textarea that are held inside a modal window that is open upon a button-click. The same input box and textarea are in use by a second modal with a different purpose. Each ...