Is there any way to read a properties file from angular js which resides outside the web server? I have read it in some posts that it is not possible to read the file that resides outside the web server.
I can think of one way, where I can create a java service which will read the properties file and which can be invoked by angular to get the properties. But I am not sure if its the best way to do it..
Thanks