File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 515
515
516
516
if ( row . treeExpandedState . state !== uiGridTreeViewConstants . COLLAPSED ) {
517
517
row . treeExpandedState . state = uiGridTreeViewConstants . COLLAPSED ;
518
+ grid . treeView . expandAll = false ;
518
519
grid . api . treeView . raise . rowCollapsed ( row ) ;
519
520
grid . queueGridRefresh ( ) ;
520
521
}
536
537
}
537
538
538
539
service . setAllNodes ( grid , row . treeExpandedState , uiGridTreeViewConstants . COLLAPSED ) ;
540
+ grid . treeView . expandAll = false ;
539
541
grid . queueGridRefresh ( ) ;
540
542
} ,
541
543
Original file line number Diff line number Diff line change 1
- ddescribe ( 'ui.grid.treeView uiGridTreeViewService' , function ( ) {
1
+ describe ( 'ui.grid.treeView uiGridTreeViewService' , function ( ) {
2
2
var uiGridTreeViewService ;
3
3
var uiGridTreeViewConstants ;
4
4
var gridClassFactory ;
You can’t perform that action at this time.
0 commit comments