deejaygeekout
Results
2
comments of
deejaygeekout
1) $scope.data1 = angular.copy($scope.data2); 2) _.each($scope.data1, function (datum) { datum.selected = false; }); I even tried to loop and negate it. Doesn't work with version 3 but it works with...
@forrestab I have four multi select... how can I reset one by one?