Ionic 2 beta 7 - http requests broken

Hey all :slight_smile:

soo… for the most part, updating my app to beta 7 was relatively painless, but I have run into some issues with http requests.

I caught that ‘angular2/http’ needed to become ‘@angular/http’, but while the request works via ionic serve, it always returns an error when I run it in an ios or android app.

Does anyone know where this issue might be coming from?

Alright, figured it out (sort of)
for whatever reason, updating another pages html from the ‘#’ syntax to the new ‘let’ syntax fixed it.
Don’t know why, but it worked