reflexdemon / slush-angular-gulp

First step towards integration of all the goodies of the open source projects
http://reflexdemon.github.io/slush-angular-gulp/
MIT License
17 stars 9 forks source link

A better way to $scope, angular.extend, no more “vm = this” #16

Closed reflexdemon closed 9 years ago

reflexdemon commented 9 years ago

I am planning to work on this. I liked what is discussed over here. http://toddmotto.com/a-better-way-to-scope-angular-extend-no-more-vm-this/

AquilaSagitta commented 9 years ago

There seems to be some big issues revolving around that; Scalability, two-way binding, and performance. I'm also in the camp that it doesn't look that much cleaner. The benefits aren't worth the consequences IMO

reflexdemon commented 9 years ago

@AquilaSagitta Thanks for your feedback. There was something lingering around this for me too. I was just checking like I am not the only felt this is way. :+1: I saw some comments on the same post saying the same issue of data binding etc.