We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762bb8a commit b65a76eCopy full SHA for b65a76e
src/igniteui-angular.js
@@ -16,7 +16,11 @@
16
// igCombo specific code for two way data binding
17
$.ig.angular.igCombo = $.ig.angular.igCombo || {};
18
$.ig.angular.igCombo.element = $.ig.angular.igCombo.element || "<div></div>";
19
- $.ig.angular.igCombo.events = [ "igcombofiltered", "igcomboselectionchanged" ];
+ $.ig.angular.igCombo.events = [
20
+ "igcombofiltered",
21
+ "igcomboselectionchanged",
22
+ "igcombotextchanged"
23
+ ];
24
25
// Mark watchers for discoverability
26
function markWatcher(scope, controlName, attrs) {
0 commit comments