mappmechanic / ionic-firebase

Real Time multi person Chat App using Ionic & Firebase
226 stars 168 forks source link

ionic serve not working #1

Closed ctwhome closed 8 years ago

ctwhome commented 9 years ago

Hi! many thanks for the code and the guide, but executing ionic serve doesn't work. Works... but show a white page. Not clue why, apparently angular is loading and the rest of the libraries, but nothing, the application doesn't want to run... regards

vinnyglennon commented 9 years ago

+1

MrSkwiggs commented 9 years ago

Hi, to resolve the problem, simply add ng-app="mychat" to the body directive :)

aldhonie commented 9 years ago

i was add ng-app="mychat" but still not working.. regards,

francisrod01 commented 9 years ago

Thanks @aldhonie ! :D

chroda commented 8 years ago

@aldhonie I have this problem, but I figured out you need stop/start server again

mappmechanic commented 8 years ago

I think this was resolved using @chroda pull request