This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change
1
+ <a name="1.3.8"></a>
2
+ # 1.3.8 prophetic-narwhal (2014-12-19)
3
+
4
+
5
+ ## Bug Fixes
6
+ - **filterFilter:**
7
+ - make `$` match properties on deeper levels as well
8
+ ([bd28c74c](https://github.com/angular/angular.js/commit/bd28c74c1d91c477a86f10fe36576cba0249e6ef),
9
+ [#10401](https://github.com/angular/angular.js/issues/10401))
10
+ - let expression object `{$: '...'}` also match primitive items
11
+ ([fb2c5858](https://github.com/angular/angular.js/commit/fb2c58589758744c0eef8c2ead3dbcf27a5cf200),
12
+ [#10428](https://github.com/angular/angular.js/issues/10428))
13
+ - **ngAria:** trigger digest on `ng-click` via keypress, pass `$event` to expression
14
+ ([924e68c7](https://github.com/angular/angular.js/commit/924e68c7d522a1086969f3583d0ce87e59110bc5),
15
+ [#10442](https://github.com/angular/angular.js/issues/10442), [#10443](https://github.com/angular/angular.js/issues/10443), [#10447](https://github.com/angular/angular.js/issues/10447))
16
+ - **orderBy:** compare timestamps when sorting date objects
17
+ ([661f6d9e](https://github.com/angular/angular.js/commit/661f6d9ecf1459ce3b2794c3cde373e17ae83972),
18
+ [#10512](https://github.com/angular/angular.js/issues/10512), [#10516](https://github.com/angular/angular.js/issues/10516))
19
+
20
+
21
+ ## Performance Improvements
22
+
23
+ - **limitTo:** replace for loop with slice
24
+ ([cd77c089](https://github.com/angular/angular.js/commit/cd77c089ba2f4b94ccc74f32f0ffa9fb70851c02))
25
+
26
+
27
+
28
+
1
29
<a name="1.3.7"></a>
2
30
# 1.3.7 leaky-obstruction (2014-12-15)
3
31
You can’t perform that action at this time.
0 commit comments