Skip to content

Commit

Permalink
feat(dropdown): add quietMillis support
Browse files Browse the repository at this point in the history
  • Loading branch information
Sepiac committed May 20, 2019
1 parent be90925 commit 3d3c7d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/dropdown/directive.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ngModule.directive('avDropdown', ($timeout) => {
avDropdown.setViewValue(e);
}

}, false, 0);
}, false, avDropdown.options.quietMillis || 0);

}

Expand Down

0 comments on commit 3d3c7d2

Please sign in to comment.