eu81273 / angular.treeview

AngularJS based Treeview (no jQuery)
MIT License
405 stars 223 forks source link

Can it work with 'this' instead of $scope? #69

Open nicolaskaco opened 7 years ago

nicolaskaco commented 7 years ago

Hello, I loved this treeview and I need to use it on a project.

The problem is that we don't use $scope, first me code in TypeScript and it generates automatically a .js file but in TypeScript we use 'this' instead of $scope.

Is there a way to use this?

THanks @eu81273 !