Skip to content

Field isn't marked as success #33

Open
@aguirrel

Description

@aguirrel

Hi! Could you change:

 <div class="form-group..." ng-class="..">

with:

<div class="form-group..." ng-class="{'has-error': form.disableErrorState !== true && hasError(), 'has-success': form.disableSuccessState !== true && hasSuccess(), 'has-feedback': form.feedback !== false}">

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @aguirrel

        Issue actions

          Field isn't marked as success · Issue #33 · Textalk/angular-schema-form-datepicker