aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/directives/elements/checkbox/checkbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/directives/elements/checkbox/checkbox.html')
-rw-r--r--catalog-ui/src/app/directives/elements/checkbox/checkbox.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/catalog-ui/src/app/directives/elements/checkbox/checkbox.html b/catalog-ui/src/app/directives/elements/checkbox/checkbox.html
index 1e25408188..e52f810360 100644
--- a/catalog-ui/src/app/directives/elements/checkbox/checkbox.html
+++ b/catalog-ui/src/app/directives/elements/checkbox/checkbox.html
@@ -5,6 +5,7 @@
type="checkbox"
checked=""
ng-disabled="disabled"
+ ng-change="sdcCheckedChange({checked})"
checklist-model="sdcChecklistModel"
checklist-value="sdcChecklistValue"
checklist-change="sdcChecklistChange()"