scope.$parent.$watch($parse(attrs.disabled), function(value) {
          scope.disabled = !! value;
        });