Skip to content

Commit

Permalink
type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradeep Terli committed Sep 21, 2018
1 parent 255e7c5 commit 66e90b1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -478,7 +478,7 @@ export class AngularMultiSelect implements OnInit, ControlValueAccessor, OnChang
var cnt = 0;
if(obj.grpTitle && item[this.settings.groupBy] == obj[this.settings.groupBy]){
if(obj.list){
obj.list.forEach(el => {
obj.list.forEach((el:any) => {
if(this.isSelected(el)){
cnt++;
}
Expand Down

0 comments on commit 66e90b1

Please sign in to comment.