aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMisko Hevery2012-02-28 12:14:47 -0800
committerMisko Hevery2012-06-02 16:02:07 -0700
commitdd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch)
treeb860430210467dadd768937818b6dc29d4ed06ba /CHANGELOG.md
parent2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff)
downloadangular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2
docs(scope): rewrite
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0f3decc..0f5626b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1007,7 +1007,7 @@ behavior and migrate your controllers one at a time: <https://gist.github.com/16
- complete rewrite of the Scope implementation with several API and semantic changes. Please see:
- [angular.scope API docs](http://docs-next.angularjs.org/#!/api/angular.scope)
- - [scopes dev guide article](http://docs-next.angularjs.org/#!/guide/dev_guide.scopes)
+ - [scopes dev guide article](http://docs-next.angularjs.org/#!/guide/scopes)
- [scope.js source file](https://github.com/angular/angular.js/blob/master/src/Scope.js)
- breaking changes section of this changelog
- added event system to scopes (see [$on], [$emit] and [$broadcast])