I am trying to use angular tree with check boxes (https://github.com/joshgo/AngularJS-Samples/tree/master/Tree-Checkbox) for my angular-js application in which I am already using nvd3 directives to create the charts. Please find my plunker http://plnkr.co/edit/v9bqvnwNJxdwrDzh4Z1B?p=preview. As I am relatively new to these directives and controllers concepts, I could not able to figure out what silly mistake I am doing, which is causing the tree structure not to appear. In my plunker chart is functioning correctly but I could not able to see the tree view. When passed the treeview directive even chart is also not working so I have commented that part.
/*var app = angular.module('plunker', ['nvd3', 'treeView']);*/
Can any one help me please how to make tree view to appear along with my chart. It may be simple but as I am a beginner to these concepts I am unable to figure out the mistake I am doing. Thanks in advance.