I'm building quite big Angular application. I have some problems with caching *.js files. Every time route is changed, all *.js files are downloaded.
I know I should join all js files and minimize them, but first I want figure following problem.
One problem is that all requests have ?_=<rondom_number> appended on end of URL. And I don't know how to remove that.
Thanks!

jQuery.ajaxSetup({cache: true}