BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
$scope.instanceItemChecked1 = function (args) { obj = $("#instanceSelectorTreeView1").data("ejTreeView"); if (args.id == "1") { angular.forEach($scope.instanceTreeViewList1, function (item) { if (item.id != "1") { item.isChecked = true; obj.checkNode($('li#' + item.id)); } }); $scope.$apply(); } }; $scope.instanceItemUnchecked1 = function (args) { obj = $("#instanceSelectorTreeView1").data("ejTreeView"); if (args.id == "1") { angular.forEach($scope.instanceTreeViewList1, function (item) { if (item.id != "1") { item.isChecked = false; obj.uncheckNode($('li#' + item.id)); } }); $scope.$apply(); }; |
Hi Rob, Sorry for the inconvenience caused. Currently there is no support for deep watch functionality in ejAngular. Already we have logged this as a feature request (“Deep watch functionality in ej angular”) in our database. A support incident to track the status of this feature has been created under your account. Please log on to our support website to check for further updates. https://www.syncfusion.com/account/login?ReturnUrl=/support/directtrac/incidents Regards, Sasikala Nagarajan |