You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1051,7 +1051,7 @@ previous behaviour simply add a comment:
1051
1051
**Note:** Everything described below affects **IE11 only**.
1052
1052
1053
1053
Previously, consecutive text nodes would not get merged if they had no parent. They will now, which
1054
-
might have unexpectd side effects in the following cases:
1054
+
might have unexpected side effects in the following cases:
1055
1055
1056
1056
1. Passing an array or jqLite/jQuery collection of parent-less text nodes to `$compile` directly:
1057
1057
@@ -1205,7 +1205,7 @@ In cases where `ngView` was loaded asynchronously, `$route` (and its dependencie
1205
1205
might also have been instantiated asynchronously. After this change, `$route` (and its dependencies)
1206
1206
will - by default - be instantiated early on.
1207
1207
1208
-
Although this is not expected to have unwanted side-effects in normal application bebavior, it may
1208
+
Although this is not expected to have unwanted side-effects in normal application behavior, it may
1209
1209
affect your unit tests: When testing a module that (directly or indirectly) depends on `ngRoute`, a
1210
1210
request will be made for the default route's template. If not properly "trained", `$httpBackend`
1211
1211
will complain about this unexpected request.
@@ -2438,7 +2438,7 @@ affects custom directives that might have been reading options for their own pur
2438
2438
**Note:** Everything described below affects **IE11 only**.
2439
2439
2440
2440
Previously, consecutive text nodes would not get merged if they had no parent. They will now, which
2441
-
might have unexpectd side effects in the following cases:
2441
+
might have unexpected side effects in the following cases:
2442
2442
2443
2443
1. Passing an array or jqLite/jQuery collection of parent-less text nodes to `$compile` directly:
2444
2444
@@ -2588,7 +2588,7 @@ In cases where `ngView` was loaded asynchronously, `$route` (and its dependencie
2588
2588
might also have been instantiated asynchronously. After this change, `$route` (and its dependencies)
2589
2589
will - by default - be instantiated early on.
2590
2590
2591
-
Although this is not expected to have unwanted side-effects in normal application bebavior, it may
2591
+
Although this is not expected to have unwanted side-effects in normal application behavior, it may
2592
2592
affect your unit tests: When testing a module that (directly or indirectly) depends on `ngRoute`, a
2593
2593
request will be made for the default route's template. If not properly "trained", `$httpBackend`
2594
2594
will complain about this unexpected request.
@@ -12303,7 +12303,7 @@ Contains only these fixes cherry-picked from [v1.2.0rc1](#1.2.0rc1).
12303
12303
- due to [39841f2e](https://github.com/angular/angular.js/commit/39841f2ec9b17b3b2920fd1eb548d444251f4f56),
12304
12304
Interpolations inside DOM event handlers are disallowed.
12305
12305
12306
-
DOM event handlers execute arbitrary Javascript code. Using an interpolation for such handlers means that the interpolated value is a JS string that is evaluated. Storing or generating such strings is error prone and leads to XSS vulnerabilities. On the other hand, `ngClick` and other Angular specific event handlers evaluate Angular expressions in non-window (Scope) context which makes them much safer.
12306
+
DOM event handlers execute arbitrary JavaScript code. Using an interpolation for such handlers means that the interpolated value is a JS string that is evaluated. Storing or generating such strings is error prone and leads to XSS vulnerabilities. On the other hand, `ngClick` and other Angular specific event handlers evaluate Angular expressions in non-window (Scope) context which makes them much safer.
0 commit comments