Andres Billordo

Results 3 comments of Andres Billordo

+1 I need that feature

I found a solution function edit() { vm.state = !vm.state; angular.forEach($scope.gridstacker.grid.nodes, function(s) { $scope.gridstacker.resizable(s.el, !vm.state); $scope.gridstacker.movable(s.el, !vm.state); }); }

@dharmic sorry for taking a long time to answer, that function is called when I click a button