I've cloned, installed a fresh version of the MEAN stack from https://github.com/linnovate/mean, and then ran with grunt.
I've noticed that my root page is appending a /#!/
url segment to the end, and all my pages look something like:
http://localhost:3000/#!/
http://localhost:3000/#!/articles/
...
Any hints on how to get rid of that /#!/
url segment? I can't tell if this is a Node/Angular/Express setting.