Log router transitions
This commit is contained in:
parent
b6e89073dc
commit
d65f733f28
|
@ -1,5 +1,6 @@
|
|||
unless window.TravisApplication
|
||||
window.TravisApplication = Em.Application.extend(Ember.Evented,
|
||||
LOG_TRANSITIONS: true
|
||||
authStateBinding: 'auth.state'
|
||||
signedIn: (-> @get('authState') == 'signed-in' ).property('authState')
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user