Skip to content

Commit

Permalink
New build
Browse files Browse the repository at this point in the history
  • Loading branch information
Niels Dequeker committed Jul 31, 2015
1 parent b6827e2 commit dc53e32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/angular-ui-tree.js
@@ -1,5 +1,5 @@
/**
* @license Angular UI Tree v2.6.0
* @license Angular UI Tree v2.7.0
* (c) 2010-2015. https://github.com/angular-ui-tree/angular-ui-tree
* License: MIT
*/
Expand Down Expand Up @@ -648,6 +648,7 @@
}
pos = $uiTreeHelper.positionStarted(eventObj, scope.$element);
placeElm.css('height', $uiTreeHelper.height(scope.$element) + 'px');
placeElm.css('width', $uiTreeHelper.width(scope.$element) + 'px');
dragElm = angular.element($window.document.createElement(scope.$parentNodesScope.$element.prop('tagName')))
.addClass(scope.$parentNodesScope.$element.attr('class')).addClass(config.dragClass);
dragElm.css('width', $uiTreeHelper.width(scope.$element) + 'px');
Expand Down

0 comments on commit dc53e32

Please sign in to comment.