Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync classes #27

Closed
wants to merge 4 commits into from
Closed

Sync classes #27

wants to merge 4 commits into from

Conversation

w33ble
Copy link

@w33ble w33ble commented Dec 19, 2014

Keeps the $control classes synced up with the $input.

This is especially useful when using the Bootstrap 3 theme.

With this change, users can apply styles to the input on .ng-dirty.ng-invalid like this, for example:

input.ng-dirty.ng-invalid,
textarea.ng-dirty.ng-invalid,
select.ng-dirty.ng-invalid,
.selectize-input.ng-dirty.ng-invalid {
  border-color: @state-danger-bg !important;
}

@w33ble
Copy link
Author

w33ble commented Dec 19, 2014

No idea why the tests are failing - the same tests fail on master too, so it's related to the changes I made...

@w33ble
Copy link
Author

w33ble commented Dec 19, 2014

I figured out the test failing issue - see #28

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant