Angular Ui Tree Versions Save

A tree component for AngularJS, without jQuery as dependency.

v2.11.0

8 years ago
  • Reset placeholder display attribute instead of changing it to block #631
  • Firefox issue where tree offset is wrong if scrolled horizontally #626
  • Fix Cannot read property '$type' of undefined" error / issue #674
  • Remove line which sets the placeholder width explicitly #642
  • Added a demo using a table #656
  • Fix drop placeholder for tables #654
  • Fix empty tree element for tables #655
  • Fix Cannot read property 'childNodes' of undefined #650
  • Remove duplicate license entry in package.json #658

v2.10.0

8 years ago
  • Fix crashing $nodesScope.$modelValue.length watch #574
  • Fix out of depth calculation #582
  • Update default styling to work with tables #572
  • Call the dragStart callback after setting up the variables #587
  • Add Angular 1.4.x as dependency #592
  • Put drag element to the $rootElement instead of the body #612
  • Add support for Browserify/Webpack #614

v2.9.0

8 years ago
  • Updated Bower package name to angular-ui-tree #568
  • Remove placeholder and cancel drop on drag out of bounds #550
  • Fix position detection on touch devices when using jQuery #554

v2.8.0

8 years ago
  • Rename $uiTreeHelper service to UiTreeHelper #534
  • Nodrop, clone, and dirty-checking fixes #525

v2.7.0

8 years ago
  • Fix edge case error when you have a single node with no parents and no children and and drop the node in the same place #510
  • Fix error in the apply function #512
  • Fix calculation of the placeholder width #526 #470

v2.6.0

8 years ago
  • Use data-nodrag instead of nodrag attribute in the examples, as $uiTreeHelper service looks for the first one #468
  • Drag-dropping a node in the same position and container no longer removes and re-adds it to its parent node array #485
  • bower.json should reference only one copy of angular-ui-tree.js in main #488

v2.5.0

8 years ago
  • Prevents child node scope with no children to be counted in depth #388
  • Fix callback errors when we have intermediate isolated scopes #423
  • Rename API attribute for toggling the empty placeholder #450

v2.4.0

9 years ago
  • Added JSCS validation task #441
  • Bugfix data-drag-delay to actually delay dragStart #444

v2.3.0

9 years ago
  • Add data-clone-enabled option + fix data-drop-enabled option (#411)
  • Replaced Grunt with Gulp for the build process (#435)
  • Fixed memory leak #421

2.1.5

9 years ago