Hashbang URLs using Ember.js
Teddy Zeenny’s answer is mostly correct, and registerImplementation seems to be a clean way to implement this. I tried to just edit his answer to make it fully answer the question, but my edit got rejected. Anyway here is the full code to make Ember use hashbang URLs: (function() { var get = Ember.get, set … Read more