Bring back repo to caches controller
It's passed to caches-item component on caches list
This commit is contained in:
parent
9e7af7eaad
commit
62c1326bd0
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue
Block a user