ah, maybe ``` $scope.$watch('control.value', f...
# package-development
o
ah, maybe
Copy code
$scope.$watch('control.value', function(newValue, oldValue) {
            if(angular.equals(newValue, oldValue)){
                return; // simply skip that
            }