4 comments

[ 4.2 ms ] story [ 19.8 ms ] thread
OO is important in almost all cases. Because for a cohesive system, you will always have some part to share across components.
Does this code even work? The $s in BaseController seem to come from no where, I believe Angular will inject $scope as first parameter to the constructor, however, in the sample code, it seems to indicate that its pattern. For a good angular+coffeescript scaffold code with basic OO, I recommend take a look at https://github.com/CaryLandholt/AngularFun
You are right, it's typo, just for expressing the ideas. Huh, looks like I'm not the first one try this. Good to know. Thanks!
You are welcome. Thanks for sharing.