Use 'history' location for now

This commit is contained in:
Piotr Sarnacki 2015-02-05 15:28:21 +01:00
parent ed8d4354f6
commit 90e2366eef

View File

@ -4,7 +4,7 @@
Router = Ember.Router.extend
# TODO: we should use TravisLocation here
location: if Ember.testing then 'none' else Location
location: if Ember.testing then 'none' else 'history'
handleURL: (url) ->
url = url.replace(/#.*?$/, '')