angular2-multiselect-dropdown
Advanced tools
Comparing version 1.1.2 to 1.1.3
{ | ||
"name": "angular2-multiselect-dropdown", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"license": "MIT", | ||
@@ -19,4 +19,3 @@ "angular-cli": {}, | ||
"devDependencies": { | ||
} | ||
} |
@@ -172,4 +172,5 @@ import { Component, OnInit, NgModule, OnChanges, ViewEncapsulation,forwardRef, Input, Output, EventEmitter, ElementRef, AfterViewInit, Pipe, PipeTransform } from '@angular/core'; | ||
} | ||
toggleDropdown(){ | ||
toggleDropdown(evt){ | ||
this.isActive = !this.isActive; | ||
evt.preventDefault(); | ||
} | ||
@@ -176,0 +177,0 @@ closeDropdown(){ |
@@ -0,0 +0,0 @@ { |
Sorry, the diff of this file is not supported yet
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
23704
269