remove progress bar glyph on expand

This commit is contained in:
Jeff Atwood 2014-06-17 21:59:59 -07:00
parent 68809ba1b4
commit 6cab36bc13

View file

@ -41,7 +41,7 @@ export default Ember.ObjectController.extend({
},
chevronClass: function() {
return this.get('expanded') ? 'fa-chevron-down' : 'fa-sort';
return this.get('expanded') ? '' : 'fa-sort';
}.property('expanded'),
streamPercentage: function() {