angular.js/docs/content
Vojta Jina 0196411dbe refactor(scope.$watch): rearrange arguments passed into watcher (newValue, oldValue, scope)
As scopes are injected into controllers now, you have the reference anyway, so having scope as first argument makes no sense…

Breaks $watcher gets arguments in different order (newValue, oldValue, scope)
2012-01-23 11:11:27 -08:00
..
api refactor(scope): separate controller from scope 2012-01-23 11:05:36 -08:00
cookbook refactor(scope.$watch): rearrange arguments passed into watcher (newValue, oldValue, scope) 2012-01-23 11:11:27 -08:00
guide refactor(scope.$watch): rearrange arguments passed into watcher (newValue, oldValue, scope) 2012-01-23 11:11:27 -08:00
misc feat(module): new module loader 2012-01-10 22:27:00 -08:00