Hacker News new | ask | show | jobs
by keda 4361 days ago
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
1 comments

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.