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

    // when