angular2-multiselect-dropdown
Advanced tools
Comparing version 1.2.1 to 1.2.2
{ | ||
"name": "angular2-multiselect-dropdown", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "angular-cli": {}, |
@@ -70,3 +70,2 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core'; | ||
if(this.selectedItems){ | ||
console.log(this.selectedItems.length); | ||
if(this.selectedItems.length == 0 || this.data.length == 0 || this.selectedItems.length < this.data.length){ | ||
@@ -73,0 +72,0 @@ this.isSelectAll = false; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24680
278