In an AngularJS app, is there any way that I can use JQuery without directives? Directives seem hard to use, and I don't want to go back to the JSF way that every DOM related things should be in directives. Can I use JQuery in the view directly? and how?In an AngularJS app, is there any way that I ca