it('should not validate if valdrEnabled is false', function () {
    // given
    $scope.valdrEnabled = false;

    // when