diff options
| author | Misko Hevery | 2011-02-16 12:00:06 -0500 |
|---|---|---|
| committer | Misko Hevery | 2011-02-18 14:22:51 -0800 |
| commit | 87cbf9f59180d015da78c4286d692afafece5036 (patch) | |
| tree | 5747541809db36c56b56c331a721f99b84c3b669 /CHANGELOG.md | |
| parent | fd6e5e3f31f374de7be7c80acaa766a14cb753db (diff) | |
| download | angular.js-87cbf9f59180d015da78c4286d692afafece5036.tar.bz2 | |
Remove ng:watch
Closes#143
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 ef08e2c5..6ac2fecd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ To migrate simply remove the call to $init() and move any code you had before $init() to the root controller. - Change API angular.compile(..) to angular.compile(element)([scope], [cloneAttachFn]) - +- remove ng:watch directives since it encourages logic in the UI. <a name="0.9.11"><a/> # <angular/> 0.9.11 snow-maker (2011-02-08) # |
