This repository was archived by the owner on Oct 2, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Fix tolerance for null or undefined values #1035
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Any chance of merging this? |
Changes to |
Hi @wesleycho is there any chance you could help/explain how to go about this? I'm a bit of a casual git user 😊 (generally I use sourcetree - in case that helps?) |
In this case, |
…space to render it.
…de with tagging enabled, no labels'
Thanks. Does the above look right? |
Looks like something was busted in the process - might be better to start fresh by killing the branch locally, updating master with current master, branch off and redo changes then force push up. |
I made a mistake and deleted my branch - have resubmitted here |
user378230
added a commit
to user378230/ui-select
that referenced
this pull request
Jul 7, 2016
Originally authored by homerjam Closes angular-ui#967 and angular-ui#1686 Supersedes angular-ui#1035 angular-ui#1529 angular-ui#1687
user378230
added a commit
to user378230/ui-select
that referenced
this pull request
Jul 7, 2016
Previously view value was checked and corrected if undefined, but then overwritten with the invalid value again. This is a minor commit to ensure the updated value isn't overwritten again. Originally authored by homerjam Closes angular-ui#967 and angular-ui#1686 Supersedes angular-ui#1035 angular-ui#1529 angular-ui#1687
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
fixes #967