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

Watch ng-options, Don't copy ng classes from select element #55

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Watch ng-options, Don't copy ng classes from select element #55

wants to merge 3 commits into from

Conversation

nycitt
Copy link

@nycitt nycitt commented Dec 9, 2015

Fixed 2 issues I had:

  1. Whenever changing the contents of the options (via ngOptions) the bootstrap-select element doesn't update [http://stackoverflow.com/questions/34183390/how-can-i-write-an-angular-directive-to-listen-to-changes-in-ngoptions](StackOverflow problem)
  2. The ng- classes keep getting copied over when doing a refresh. We don't want that to happen (ex: copies ng-validation)

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