I have a Angular app that needs to show a XML for /sitemap route.
At my controller I do a $http.get to retrieve the xml string and them I need to display this XML for this /sitemap route.
I tried several things but I could not figure out how to do this.
Please someone can help me?