Honchar Denys

Results 20 issues of Honchar Denys

For example i have 1 2 3 (items) and i have locked item 2, how can i tell to sortable to not touch that item, it must be on place...

enhancement

**Describe the bug** javascript global variable is not available on node.js and used within core plugin. **Reproduction** just start new angular universal project and put flatpickr on the page **Expected...

If you test any of the example in mobile device browser, you will notice that if you drag slowly it works. But when you drag quickly, it understand that drag...

I know that you have awesome attribute ng-prevent-drag. But i need to use $event.stopPropagation(); because i have other functionalities under ng-drag area and i want to prevent those in some...

It is possible to add ng-center-anchor="true" to cloned item? I am having messy problem with z-index. and i really need to use clone item. Is that possible?

while i am opening your demo page, all are ok. When i embed it into my project i got this issue. `Error: [$interpolate:noconcat] Error while interpolating: http://www.youtube.com/embed/{{v}}{{querys}} Strict Contextual Escaping...

announcement

Some commands has been renamed, like https://core.telegram.org/bots/api#banchatmember which is kinda useful :) https://core.telegram.org/bots/api here there is updates

I am using this strategy from passport [LINK](https://github.com/florianheinemann/passport-dropbox-oauth2) From that strategy i am getting access_token from dropbox, but when i put that access_token inside `var client = app.client(access_token)` it throws...

How can we install globally an package, like we do in terminal: `npm i -g npmi`