Parsing an external website with ionic

Hello,

I want to get information from http://horairev6.uclouvain.be/direct/index.jsp?displayConfName=webEtudiant&showTree=false&showOptions=false&login=etudiant&password=student&projectId=16&code=LINGI2347, for it, I use the $http get method but it failed because the html page load content dynamically from other sources (so I only get the base html without the data I want). Is it possible to get the final html with data inside (like if I used save as html function from browser).

thank you beforehand.