Why does not my ionic app run in the browser?

0

I made an app with ionic and runs perfectly using ionic serve command. But when I try to run it in the browser does not work right, why this?

When you run the app in the browser, the following warning appears in the console:

  

Uncaught SyntaxError: Unexpected token < (index): 1

And that's just one of the problems. The validation of the login, for example, if I put a different login does not appear the message that I put "E-mail or password invalid"! You are entering the app seamlessly.

    
asked by anonymous 03.02.2016 / 21:24

0 answers