ng2-checkboxlist
Advanced tools
Comparing version 1.0.10 to 1.1.0
@@ -100,3 +100,3 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
value: id, | ||
text: this.list.filter(e => e.id == id)[0].text | ||
text: this.list.filter(e => e.id == id)[0][this.value] | ||
}; | ||
@@ -103,0 +103,0 @@ this._listSelected.push(res); |
{ | ||
"name": "ng2-checkboxlist", | ||
"version": "1.0.10", | ||
"version": "1.1.0", | ||
"description": "Angular 2 checkbox list component", | ||
@@ -5,0 +5,0 @@ "main": "checkboxlist.js", |
14033