Refactor topic-progress into a component

This commit is contained in:
Robin Ward
2016-05-16 15:26:04 -04:00
parent 4a7567b485
commit 751e354ca6
11 changed files with 229 additions and 243 deletions

View File

@@ -2,7 +2,7 @@ import { blank, present } from 'helpers/qunit-helpers';
moduleFor('controller:topic', 'controller:topic', {
needs: ['controller:modal', 'controller:composer', 'controller:quote-button',
'controller:topic-progress', 'controller:application']
'controller:application']
});
import Topic from 'discourse/models/topic';