diff options
| author | Misko Hevery | 2012-02-28 12:14:47 -0800 |
|---|---|---|
| committer | Misko Hevery | 2012-06-02 16:02:07 -0700 |
| commit | dd38ce6585b0e7ffa755f4c65d78ed90204729d1 (patch) | |
| tree | b860430210467dadd768937818b6dc29d4ed06ba /CHANGELOG.md | |
| parent | 2e90cdc3d4dff966faed97d3a566e9d9c00c9794 (diff) | |
| download | angular.js-dd38ce6585b0e7ffa755f4c65d78ed90204729d1.tar.bz2 | |
docs(scope): rewrite
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 2 |
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]) |
