Log router transitions

This commit is contained in:
Piotr Sarnacki 2013-05-15 14:18:41 +02:00
parent b6e89073dc
commit d65f733f28

View File

@ -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')