ng-nestable icon indicating copy to clipboard operation
ng-nestable copied to clipboard

Cannot add more item if list is not empty

Open GaurangGhinaiya opened this issue 9 years ago • 0 comments

I have issue when i am trying to push new item in scope.

When I try to push new item in scope, it will update the scope but UI doesn't change. so i change in directive if (model && element.is(':empty')) {..} to if (model) { and its working fine. so my question is that is there any problem to removing it or there is another way to do this?.

GaurangGhinaiya avatar Jun 27 '15 11:06 GaurangGhinaiya