Skip to content

Commit

Permalink
added value to computed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Honniball committed Jul 7, 2015
1 parent 4d0b8e3 commit e2123be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/components/ember-chosen.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export default Ember.Component.extend({
/*
* Built options from the content sent in to the ember-select.
*/
options: Ember.computed('content', 'optionValuePath', 'optionLabelPath', 'optionGroupPath', {
options: Ember.computed('content', 'optionValuePath', 'optionLabelPath', 'optionGroupPath', 'value', {
get: function(){
var that = this,
groupNames = [],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-chosen",
"version": "0.0.13",
"version": "0.0.14",
"description": "Use Chosen select boxes in your ember project.",
"directories": {
"doc": "doc",
Expand Down

0 comments on commit e2123be

Please sign in to comment.