I'm building a web app using Angular. On one view, I am loading a 3rd party script using angular-load, which in turn injects a form into my page. The problem is that the form doesn't do the proper validations and there are certain UI elements missing (disabling the button when clicked, two spinner loaders showing up, incorrect validation). I am currently using jquery and timeouts to disable and hide unwanted elements from the injected form, but I want to avoid using Jquery and do it in the proper angular way. How can I do that?I'm building a web app using Angular. On one vi