Skip to content

Commit 1f04af1

Browse files
authored
Merge pull request #77 from dkamburov/master
Return binding to igcombotextchanged to support 14.2 igCombo
2 parents a8c76ee + b65a76e commit 1f04af1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/igniteui-angular.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
// igCombo specific code for two way data binding
1717
$.ig.angular.igCombo = $.ig.angular.igCombo || {};
1818
$.ig.angular.igCombo.element = $.ig.angular.igCombo.element || "<div></div>";
19-
$.ig.angular.igCombo.events = [ "igcombofiltered", "igcomboselectionchanged" ];
19+
$.ig.angular.igCombo.events = [
20+
"igcombofiltered",
21+
"igcomboselectionchanged",
22+
"igcombotextchanged"
23+
];
2024

2125
// Mark watchers for discoverability
2226
function markWatcher(scope, controlName, attrs) {

0 commit comments

Comments
 (0)