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: docs/content/guide/migration.ngdoc
+4-4
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ AngularJS version 1.2 introduces several breaking changes that may require chang
7
7
application's source code.
8
8
9
9
Although we try to avoid breaking changes, there are some cases where it is unavoidable.
10
-
AngularJS 1.2 has undergone a thourough security review to make applications safer by default,
10
+
AngularJS 1.2 has undergone a thorough security review to make applications safer by default,
11
11
which has driven many of these changes. Several new features, especially animations, would not
12
12
be possible without a few changes. Finally, some outstanding bugs were best fixed by changing
13
13
an existing API.
@@ -493,7 +493,7 @@ See [31f190d4](https://github.com/angular/angular.js/commit/31f190d4d53921d32253
493
493
494
494
the priority of ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView has changed. This could affect directives that explicitly specify their priority.
495
495
496
-
In order to make ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView work together in all common scenarios their directives are being adjusted to achieve the following precendence:
496
+
In order to make ngRepeat, ngSwitchWhen, ngIf, ngInclude and ngView work together in all common scenarios their directives are being adjusted to achieve the following precedence:
497
497
498
498
499
499
Directive | Old Priority | New Priority
@@ -532,7 +532,7 @@ See [7d69d52a](https://github.com/angular/angular.js/commit/7d69d52acff8578e0f7d
532
532
533
533
A whitelist configured via `$compileProvider` can be used to configure what URLs are considered safe.
534
534
By default all common protocol prefixes are whitelisted including `data:` URIs with mime types `image/*`.
535
-
This change sholdn't impact apps that don't contain malicious image links.
535
+
This change shouldn't impact apps that don't contain malicious image links.
536
536
537
537
See [1adf29af](https://github.com/angular/angular.js/commit/1adf29af13890d61286840177607edd552a9df97),
0 commit comments