Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9d6d396

Browse files
committed
docs(changelog): add a note about directives ending w/ -start and -end
Closes #3589
1 parent cf0e6f3 commit 9d6d396

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -559,6 +559,12 @@ Contains only these fixes cherry-picked from [v1.2.0rc1](#1.2.0rc1).
559559
JS: scope.foo = function() { alert(1); }
560560
HTML: <div ng-click="foo()">
561561

562+
- due to [e46100f7](https://github.com/angular/angular.js/commit/e46100f7097d9a8f174bdb9e15d4c6098395c3f2), existing directives
563+
with name ending with `"-start"` or `"-end"` will stop working.
564+
565+
This change was necessary to enable multi-element directives. The best fix is to rename existing directives, so that they
566+
don't end with these suffixes.
567+
562568
- **$q:** due to [f078762d](https://github.com/angular/angular.js/commit/f078762d48d0d5d9796dcdf2cb0241198677582c),
563569
the `always` method is now exposed as `finally`.
564570

0 commit comments

Comments
 (0)