-
Notifications
You must be signed in to change notification settings - Fork 419
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
Add: Disable date selection before now #92
Open
cbw-jmccormick
wants to merge
79
commits into
g00fy-:dev
Choose a base branch
from
cbw-jmccormick:master
base: dev
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains 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
…equired) removed console.logs reformatted index.html updated bower dependencies (angular-unstable) updated README g00fy-#2
moved templates from `scripts` to `templates` directory more verbose template names updated `translate-z` to higher value - so we don't have conflicts with things like modals unified bower.json with `master` branch unified readme updated `grunt` tasks to copy readme and bower.json
…rk with `required` g00fy-#3
…ristine/ng-dirty) issues
You can just as well use the relative version of input without loading jquery now.
don't require jquery in the 'relative' branch of a if/else in input
Makes it way more easier to maintain grunt plugin loading instead of matchdep.
chore(grunt): use load-grunt-tasks module
Namespace cleanup
Fix README typo
as used in my mushin app
Add ngModel optional requirement for make ngChange Work, now just add ng-model and ng-change and be happy.
Add ngModel for ngChange Work
before we have a problem with the ngChange, the model does not change in the same time when the trigger callback, now it's ok.
BugFix ngChange
using HTML entities rather than UTF-8 chars.
Npm install command fixed.
work with bootstrap 3
Date range datepickers always set to show correct dates when opened
Autoclose to popup calendar
Can you rebase this PR? and make a plunker with this working? |
Looks like I was working on master, then pushed to dev (hence all the extra garbage). Would it be easier to close this pull request, and resend it so you only have the files we changed? |
Yes it would be easier to just have the files that changed, and be shure to update your fork, because some issues have been fixed since you PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We needed to disable the date selection if it was for a day in the past. Here is the code we wrote for it, let us now what you think.