custom checkbox list not being saved on umbraco member backoffice
i have a list of checkbox with parent child dependency , while saving the checked checkbox , it doesn't show any error message nor it get saved. The piece of code for save event is below :
$scope.$on("formSubmitting", function (ev, args) {
custom checkbox list not being saved on umbraco member backoffice
i have a list of checkbox with parent child dependency , while saving the checked checkbox , it doesn't show any error message nor it get saved. The piece of code for save event is below :
$scope.$on("formSubmitting", function (ev, args) {
The $scope.model.value returns set of Id of checkbox while debugging. I would feel grateful if anybody suggest me some solution
is working on a reply...