khan4019 / tree-grid-directive

Need one or more maintainer for this! comment or email me if you are interested
http://khan4019.github.io/tree-grid-directive/test/treeGrid.html
347 stars 183 forks source link

expand-on = "expanding_property" is unclear #49

Closed mudnug closed 9 years ago

mudnug commented 9 years ago

The ExpandOn attribute is confusing to me. The demo seems to use it one way, but if I look at the code, if the attribute is present, a value is read out of the scope. Is this intentional?

 if (attrs.expandOn) {
        expandingProperty = scope.expandOn;
        scope.expandingProperty = scope.expandOn;
  } 
mudnug commented 9 years ago

Apparently most of my issue was that cellTemplate seems to be ignored fro the expanding property.