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

Перетаскивание блока только за один элемент #15

Closed
iamsalnikov opened this issue Feb 24, 2015 · 1 comment

Comments

@iamsalnikov
Copy link

Допустим, что у меня есть такая разметка:

<div id="draggable">
    <div id="drag-control"></div>
</div>

Элемент #draggable я делаю перетаскиваемым. Он занимает всю ширину экрана, и высотой 100 пикселей. Внутри него #drag-control, который размером 10 на 10 пикселей. Могу ли я сделать так, чтобы элемент #draggable перетаскивался только тогда, когда мы тащим за #drag-control?

@Tuch
Copy link
Owner

Tuch commented Mar 28, 2015

Сорри, что так долго небыло ответа. Добавил новую опцию (handle) и обновил примеры:
http://tuch.github.io/angular-dnd/latest/demo/

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

No branches or pull requests

2 participants