I would like to know if exists any way to add a suffix like
'app/account/script.js?v=1.0',
'app/account/style.css?v=1.0',
to all requests in AngularJS, including to css and js files.
Using interceptors we can do something like this Angular template versioning
But unforntunelly that isn't a solution for me.
Thanks