diff options
| author | Igor Minar | 2013-09-05 01:31:34 +0200 |
|---|---|---|
| committer | Igor Minar | 2013-09-05 01:31:34 +0200 |
| commit | 9d6d3969f17f0c21f43e24d12dc8aa85a53cc9da (patch) | |
| tree | ca10a75ee5a3db6df6e0e9ae614a1ad6d474bc7e | |
| parent | cf0e6f360962abe62f1f49b0226b234e54adcff1 (diff) | |
| download | angular.js-9d6d3969f17f0c21f43e24d12dc8aa85a53cc9da.tar.bz2 | |
docs(changelog): add a note about directives ending w/ -start and -end
Closes #3589
| -rw-r--r-- | CHANGELOG.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e4119b9f..0df1c3a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -559,6 +559,12 @@ Contains only these fixes cherry-picked from [v1.2.0rc1](#1.2.0rc1). JS: scope.foo = function() { alert(1); } HTML: <div ng-click="foo()"> + - due to [e46100f7](https://github.com/angular/angular.js/commit/e46100f7097d9a8f174bdb9e15d4c6098395c3f2), existing directives + with name ending with `"-start"` or `"-end"` will stop working. + + This change was necessary to enable multi-element directives. The best fix is to rename existing directives, so that they + don't end with these suffixes. + - **$q:** due to [f078762d](https://github.com/angular/angular.js/commit/f078762d48d0d5d9796dcdf2cb0241198677582c), the `always` method is now exposed as `finally`. |
