Ember.AutoLocation Class
Ember.AutoLocation will select the best location option based off browser support with the priority order: history, hash, none.
Clean pushState paths accessed by hashchange-only browsers will be redirected to the hash-equivalent and vice versa so future transitions are consistent.
Keep in mind that since some of your users will use HistoryLocation
, your
server must serve the Ember app at all the routes you define.
Item Index
Methods
Methods
_getHashPath
()
private
Properties
cancelRouterSetup
Unknown
private
Default: false
global
Unknown
private
Default: window
history
Unknown
private
Default: environment.history
location
Unknown
private
Default: environment.location
rootURL
Unknown
private
Default: '/'
userAgent
Unknown
private
Default: environment.history