Skip to content

Commit 65fd997

Browse files
committed
Fixing mistaken use of category that should be crate
Fixes #836
1 parent fd4c554 commit 65fd997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/controllers/crate/reverse-dependencies.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default Ember.Controller.extend(PaginationMixin, {
99
per_page: 10,
1010

1111
crateController: Ember.inject.controller('crate'),
12-
category: computed.alias('crateController.model'),
12+
crate: computed.alias('crateController.model'),
1313

1414
totalItems: computed.readOnly('model.meta.total'),
1515
});

0 commit comments

Comments
 (0)