Hacker News new | ask | show | jobs
by syncsynchalt 4429 days ago
The feature of angular-classy that looks appealing to me is reducing the constant repetition of $scope. You still need to use this.$ or this.$scope when manipulating scope variables, but at least it hides it in the case of definition of scope methods.