@@ -1778,7 +1778,7 @@ the built-in pattern validator:
1778
1778
/**
1779
1779
* The built-in directive will call our overwritten validator
1780
1780
* (see below). We just need to update the regex.
1781
- * The preLink fn guaranetees our observer is called first.
1781
+ * The preLink fn guarantees our observer is called first.
1782
1782
*/
1783
1783
if (isString(regex) && regex.length > 0) {
1784
1784
regex = new RegExp('^' + regex + '$');
@@ -1894,7 +1894,7 @@ the built-in pattern validator:
1894
1894
/**
1895
1895
* The built-in directive will call our overwritten validator
1896
1896
* (see below). We just need to update the regex.
1897
- * The preLink fn guaranetees our observer is called first.
1897
+ * The preLink fn guarantees our observer is called first.
1898
1898
*/
1899
1899
if (isString(regex) && regex.length > 0) {
1900
1900
regex = new RegExp('^' + regex + '$');
@@ -3768,7 +3768,7 @@ behavior is undefined.
3768
3768
([96c61fe7](https://github.com/angular/angular.js/commit/96c61fe756d7d3db011818bf0925e3d86ffff8ce),
3769
3769
[#10278](https://github.com/angular/angular.js/issues/10278))
3770
3770
- **orderBy:**
3771
- - make object-to-primtiive behavior work for objects with null prototype
3771
+ - make object-to-primitive behavior work for objects with null prototype
3772
3772
([3aa57528](https://github.com/angular/angular.js/commit/3aa5752894419b4638d5c934879258fa6a1c0d07))
3773
3773
- maintain order in array of objects when predicate is not provided
3774
3774
([8bfeddb5](https://github.com/angular/angular.js/commit/8bfeddb5d671017f4a21b8b46334ac816710b143),
@@ -5925,7 +5925,7 @@ Closes #7336
5925
5925
5926
5926
5927
5927
Previously, it was possible for an action passed to $watch
5928
- to be a string, interpreted as an angular expresison . This is no longer supported.
5928
+ to be a string, interpreted as an angular expression . This is no longer supported.
5929
5929
The action now has to be a function.
5930
5930
Passing an action to $watch is still optional.
5931
5931
@@ -7826,7 +7826,7 @@ The animation mock module has been renamed from `mock.animate` to `ngAnimateMock
7826
7826
After:
7827
7827
7828
7828
```
7829
- // POST, PUT and PATCH default headers must be specified seperately ,
7829
+ // POST, PUT and PATCH default headers must be specified separately ,
7830
7830
// as they do not share data.
7831
7831
$httpProvider.defaults.headers.post =
7832
7832
$httpProvider.defaults.headers.put =
@@ -8612,7 +8612,7 @@ There are no breaking changes in this release (promise!)
8612
8612
([31c56f54](https://github.com/angular/angular.js/commit/31c56f540045b5270f5b8e235873da855caf3486),
8613
8613
[#4145](https://github.com/angular/angular.js/issues/4145),
8614
8614
[#3964](https://github.com/angular/angular.js/issues/3964))
8615
- - **ngTransclude:** detect ngTranslude usage without a transclusion directive
8615
+ - **ngTransclude:** detect ngTransclude usage without a transclusion directive
8616
8616
([5a1a6b86](https://github.com/angular/angular.js/commit/5a1a6b86a8dbcd8aa4fe9c59fad8d005eead686c),
8617
8617
[#3759](https://github.com/angular/angular.js/issues/3759))
8618
8618
@@ -8680,7 +8680,7 @@ There are no breaking changes in this release (promise!)
8680
8680
- ensure transition-property is not changed when only keyframe animations are in use
8681
8681
([2df3c9f5](https://github.com/angular/angular.js/commit/2df3c9f58def9584455f7c4bfdabbd12aab58bf9),
8682
8682
[#3933](https://github.com/angular/angular.js/issues/3933))
8683
- - avoid completing the animation asynchronously unless CSS transtiions /animations are present
8683
+ - avoid completing the animation asynchronously unless CSS transitions /animations are present
8684
8684
([2a63dfa6](https://github.com/angular/angular.js/commit/2a63dfa6cc7889888f4296fff2944e74ff30b3af),
8685
8685
[#4023](https://github.com/angular/angular.js/issues/4023),
8686
8686
[#3940](https://github.com/angular/angular.js/issues/3940))
@@ -10322,7 +10322,7 @@ This release also contains all bug fixes available in [1.0.2](#1.0.2).
10322
10322
10323
10323
## Features
10324
10324
10325
- - **$http:** support custom reponseType
10325
+ - **$http:** support custom responseType
10326
10326
([e0a54f6b](https://github.com/angular/angular.js/commit/e0a54f6b206dc2b6595f2bc3a17c5932e7477545),
10327
10327
[#1013](https://github.com/angular/angular.js/issues/1013))
10328
10328
- **$interpolate:**
@@ -10469,14 +10469,14 @@ This release also contains all bug fixes available in [1.0.2](#1.0.2).
10469
10469
- allow defining route async dependencies as promises and defer route change until all promises
10470
10470
are resolved
10471
10471
([885fb0dd](https://github.com/angular/angular.js/commit/885fb0dd0743859a8985c23e4d0c1855a2be711e))
10472
- - rename template -> tempalteUrl and add support for inline templates
10472
+ - rename template -> templateUrl and add support for inline templates
10473
10473
([0a6e464a](https://github.com/angular/angular.js/commit/0a6e464a93d9a1e76a624b356054ce9ca4015f55))
10474
10474
- **$compile:** simplify isolate scope bindings and introduce true two-way data-binding between
10475
10475
parent scope and isolate scope
10476
10476
([c3a41ff9](https://github.com/angular/angular.js/commit/c3a41ff9fefe894663c4d4f40a83794521deb14f))
10477
10477
- **$injector:** provide API for retrieving function annotations
10478
10478
([4361efb0](https://github.com/angular/angular.js/commit/4361efb03b79e71bf0cea92b94ff377ed718bad4))
10479
- - **$location:** add $locatonChange [start|success] event - since events are cancelable, it's now
10479
+ - **$location:** add $locationChange [start|success] event - since events are cancelable, it's now
10480
10480
possible to cancel route and location changes.
10481
10481
([92a2e180](https://github.com/angular/angular.js/commit/92a2e1807657c69e1372106b0727675a30f4cbd7))
10482
10482
- **$rootElement:** expose application root element as $rootElement service
@@ -10799,7 +10799,7 @@ This release also contains all bug fixes available in [1.0.2](#1.0.2).
10799
10799
([06d09550](https://github.com/angular/angular.js/commit/06d0955074f79de553cc34fbf945045dc458e064))
10800
10800
- **booleanAttrs:** always convert the model to boolean before setting the element property
10801
10801
([dcb8e076](https://github.com/angular/angular.js/commit/dcb8e0767fbf0a7a55f3b0045fd01b2532ea5441))
10802
- - **form:** preperly clean up when invalid widget is removed
10802
+ - **form:** properly clean up when invalid widget is removed
10803
10803
([21b77ad5](https://github.com/angular/angular.js/commit/21b77ad5c231ab0e05eb89f22005f7ed8d40a6c1))
10804
10804
- **ngHref:** copy even if no binding
10805
10805
([2f5dba48](https://github.com/angular/angular.js/commit/2f5dba488e855bcdbb9304aa809efcb9de7b43e9))
@@ -10941,7 +10941,7 @@ We removed two useless features:
10941
10941
([ee5a5352](https://github.com/angular/angular.js/commit/ee5a5352fd4b94cedee6ef20d4bf2d43ce77e00b),
10942
10942
[#806](https://github.com/angular/angular.js/issues/806))
10943
10943
- **directives:**
10944
- - **select:** multiselect failes to update view on selection insert
10944
+ - **select:** multiselect fails to update view on selection insert
10945
10945
([6ecac8e7](https://github.com/angular/angular.js/commit/6ecac8e71a84792a434d21db2c245b3648c55f18))
10946
10946
- **ngForm:** alias name||ngForm
10947
10947
([823adb23](https://github.com/angular/angular.js/commit/823adb231995e917bc060bfa49453e2a96bac2b6))
0 commit comments