Ember.js, EmberCLI - removing the hash ( # ) from the URL
问题 So according to Ember's documentation Ember defaults to using the hashchange event. Thats why we have the fancy #/some/url setup. We can also set it to use the browser's history API. I've noticed that most (if not all) sites listed on Built with Ember apparently use the history API. Which makes sense because it make the URL look more natural. All that is to say I (sorta) understand where, how, and why the # gets tacked on. My question relates specifically to EmberCLI. I've noticed that when I