I have group of grid controls which I would like to share a property value. I was thinking of going along the links of setting a value on the grid scope ie $scope.$parent.$parent.value
Anyone know how this can be done or have an alternative approach?
SET/GET global grid value
Hi,
I have group of grid controls which I would like to share a property value. I was thinking of going along the links of setting a value on the grid scope ie $scope.$parent.$parent.value
Anyone know how this can be done or have an alternative approach?
John
Did this by adding the value to the $scope.model.value
is working on a reply...