The problem is that angular manage the UI, so when you use jquery to access directly to the DOM, we are breaking the architecture, the correct way to perform the access is using directives, I think is necessary to renderize every thing using a directive, similar to UI Bootstrap against Bootstrap.js.