Hacker News new | ask | show | jobs
by clintjhill 4846 days ago
Except you could write identical code in Ember as well when you extend the controller. Replace "$scope" with "content" and it's identical.
1 comments

Interesting - didn't know this. $scope is injected by Angular and available to the view - is this the same thing? I didn't think Ember had a DI aspect to it.