Bring back repo to caches controller

It's passed to caches-item component on caches list
This commit is contained in:
Piotr Sarnacki 2015-04-20 16:50:14 +02:00
parent 9e7af7eaad
commit 62c1326bd0

View File

@ -2,6 +2,9 @@
`import Ajax from 'travis/utils/ajax'`
Controller = Ember.Controller.extend
needs: ['repo']
repo: Ember.computed.alias('controllers.repo.repo')
isDeleting: false
actions: