-
Notifications
You must be signed in to change notification settings - Fork 400
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
test #279
Open
anuragshahi9911
wants to merge
103
commits into
jquery
Choose a base branch
from
master
base: jquery
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.
Open
test #279
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
…-drop to specify arbitrary object data that will be passed as third param to drop callback.
- inject $window and $document instead of creating local vars for them - prevent duplicate drop events when element has both ng-drag and ng-drop behavior - don't move the drag element in the initial press, wait till dragging starts - don't clobber margin of drag element when moving it
Remove jQuery dependency
Added 'ngDraggable' service, fixed pageX/Y getter
move elements with matrix3d transform
Updating from master
…hen "successful" (aka moving back to drop container)
Adding start and move events
-webkit-transform is needed for older browsers/webkits that do not support the native transform. This is especially needed for Cordova apps which target older webkits on iOS and Android.
Added -webkit-transform to css transform operations.
I am using Boostrap framwork to set my Modules. Modul width is set to 100% to adapt to columns. While dragging, module is set to "fixed position" and its width is changing to 100%. I also add width while dragging to prevent from fixed position. After dradding, i set back initial width.
invalid $document reference and ussage
Do not start dragging on right click
Use $watch instead of $observe for ng-drop
Avoid digest cycles by not watching ng-drag-data
…fix event.x undefined.
Breaking Change: Removed the scrollInterval attribute
Added a check for event.originalEvent.touches in scope.inputEvent
thanks, raf wont work on ie9 but who cares. You can polyfill if needs be.
makes ng-drag-handle work without jQuery
Making 3 examples work again. The cancel function is still not working?
- Fix the position of the ngDragClone element when the page is scrolled.
Fix ngDragClone when the page scrolls
…h touch and mouse support to work better
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.
test