AngularJS html5mode support on GitHub pages

Question: GitHub pages support AngularJS html5mode ?

I found the www resource , which says that this can be done with a 404 backup page. Well, this seems like an erroneous decision, as each call returns a 404 error. That would not be very convenient. html5mode must need server-side support (to return an html entry point for each call).

So, is it possible to serve AngularJS html5mode on GitHub pages in the right way ?

+8
javascript angularjs html5 github-pages
source share
1 answer

Check this post. Can I post a static angular.js blog on Github?

I try to do the same with little success. To use html5Mode, you better just put a simple MEAN application / stack for this.

0
source share

All Articles