| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
- turn everything into a directive
|
|
|
|
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)
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+ use autoscroll in docs (ng:include)
|
|
|
|
|
|
|
|
|
|
it's just slowing down the test runs and debugging
|
|
|
|
|
|
Breaks "JSON" xhr method is now called "JSONP"
|
|
|
|
- whenever hash part of the url changes
- after ng:view / ng:include load
|
|
|
|
- added module property to doc:example
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
BREAK:
- remove angular.[Object/Array/String/Function]
- in templates [].$filter(predicate) and friends need to change to [] | filter:predicate
|
|
|
|
|
|
|
|
|