ngRoute set base url for all routes

The location for the base href must have trailing /. For example:

<base href="https://stackoverflow.com/questions/17768814/location" />

will not work. It must be in this format:

<base href="https://stackoverflow.com/questions/17768814/location/" />

Leave a Comment