ampersand-multiselect-view
Advanced tools
Comparing version 0.0.5 to 0.0.6
@@ -336,3 +336,3 @@ /* $AMPERSAND_VERSION */ | ||
} | ||
return this.yieldModel ? model : model[this.idAttribute]; | ||
return this.yieldModels ? model : model[this.idAttribute]; | ||
} else if (Array.isArray(this.options)) { | ||
@@ -339,0 +339,0 @@ // find value value in options array |
{ | ||
"name": "ampersand-multiselect-view", | ||
"description": "A view module for intelligently rendering and validating multiple selectbox input. Works well with ampersand-form-view. Based off of ampersand-select-view.", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Kyle Farris", |
54842