Matt Banz

Results 1 issues of Matt Banz

As @wardbell has [mentioned](https://github.com/angular/angular.io/issues/1108#issuecomment-268634925) when you have a backing "field" for a public getter/setter, it's handy to prefix it with an underscore. Just to repeat his example: ```javascript private _foo;...