In a scenario where I'm not able to directly control the HTML (it's created by a user), is it proper 'angular etiquette' to iterate through the DOM via javascript and add angular statements/directives before bootstrapping angular manually?
When you can't control the HTML file, is there a way to add angular into the HTML via angular? Or at least in a more angular-friendly way?