I am working on a Ajax app using both JQuery and AngularJS.
When I update content (which contains angularjs bindings) of a div using jquery html function, the angularjs bindings doesn't work.
Here is a sample version of what I am trying to do in jsfiddle
I have dynamic content inside div id '#dynamicContent' and I have a refresh button that would update contents of this div when refresh is clicked. Increment works as expected if I don't refresh the content, but after I refresh angularjs binding stopped working.
This may not be valid in angularjs, but initially built application with jquery and started using angularjs later on so I can't migrate everything to angularjs. Any help with getting this working in angularjs is greatly appreciated.