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

test #279

Open
wants to merge 103 commits into
base: jquery
Choose a base branch
from
Open

test #279

wants to merge 103 commits into from

Conversation

anuragshahi9911
Copy link

test

clocklear and others added 30 commits December 8, 2014 21:30
…-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
…hen "successful" (aka moving back to drop container)
-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.
drag-enter class isn't removed from the dragged element after the drag ends.
schonert and others added 30 commits April 18, 2015 18:58
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
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.
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.