I have a page, all the real-time interactions with the server is done using jQuery ajax.
Now I'm porting the functionality step by step to AngularJS.
My problem is, that page content which is being grabbed and parsed using jQuery ajax, contains angular code which stops working after that until I refresh the page.
Is it possible to autocompile the content with angular during the parsing by jQuery?
$compile
service and the sample example given in the docs. It can help you docs.angularjs.org/api/ng.$compile – Chandermani Jul 12 '13 at 8:43