7 ms·
Except you could write identical code in Ember as well when you extend the controller. Replace "$scope" with "content" and it's identical.
by clintjhill 14y ago
Except you could write identical code in Ember as well when you extend the controller. Replace "$scope" with "content" and it's identical.
- robconery 14y agoInteresting - 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.