angular.js/docs
Vojta Jina 992c790f07 refactor(scope): separate controller from scope
Controller is standalone object, created using "new" operator, not messed up with scope anymore.
Instead, related scope is injected as $scope.

See design proposal: https://docs.google.com/document/pub?id=1SsgVj17ec6tnZEX3ugsvg0rVVR11wTso5Md-RdEmC0k

Closes #321
Closes #425

Breaks controller methods are not exported to scope automatically
Breaks Scope#$new() does not take controller as argument anymore
2012-01-23 11:05:36 -08:00
..
content refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00
examples docs($http, $httpBackend): docs docs docs 2012-01-13 14:28:20 -08:00
img docs(guide): update the diagram 2012-01-17 09:49:38 -08:00
spec chore(specs.js): remove unused dependency 2012-01-10 22:21:54 -08:00
src refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00