bevacqua / angularjs-dragula

:ok_hand: Drag and drop so simple it hurts
https://bevacqua.github.io/angularjs-dragula
MIT License
509 stars 110 forks source link

Drag and drop across multiple containers is not working with ng-if #115

Open jithureddy opened 7 years ago

jithureddy commented 7 years ago

I have repeated containers with below template as below, `

            </div>
        </div>`

If I remove ng-if condition in the first line the drag and drop across different containers is working. I want to have that ng-if for one functionality, but drag and drop is only working for that container not across containers. Please help me here... I found a reference here http://jsfiddle.net/gn3sff8v/9/ to add bags dynamically as and when ng-if is true.. but how to do that in angular version