GOBERT Mathieu
GOBERT Mathieu
Sorry for indentation. I need compile the template with angular before add DOM element
Yes, it will be really useful to have possibility to write ``` staticFileGlobs: [ 'img/**/*', '!img/no-offline/**/*', ... ] ```
I have approximatively same problem when use ng-sortable inside a directive who alreay use ng-sortable. I haven't problem with directive 2 (drag/drop work well inside directive 2), but I have...
In previous sample : Problem 2 has been solve by https://github.com/RubaXa/Sortable/issues/917
I have always the problem of the wrong node deletion: problem 3 I have simplifyied the Plunker to have the minimum of code. Now there is just sortable code http://plnkr.co/edit/Ot5rWTCqRQYnEyly1nvM?p=preview...