Use transitionTo instead of replaceWith on profile page

This commit is contained in:
Piotr Sarnacki 2015-06-30 14:37:02 +02:00
parent ce2397dd9a
commit 5ba541fb43

View File

@ -7,6 +7,6 @@ Route = TravisRoute.extend
accounts = @modelFor('accounts')
login = @controllerFor('currentUser').get('model.login')
account = accounts.find (account) -> account.get('login') == login
@replaceWith 'account', account
@transitionTo 'account', account
`export default Route`