|
| 1 | + |
| 2 | +<a name="1.3.1"></a> |
| 3 | +# 1.3.1 spectral-lobster (2014-10-31) |
| 4 | + |
| 5 | + |
| 6 | +## Bug Fixes |
| 7 | + |
| 8 | +- **$compile:** returning null when an optional controller is not found |
| 9 | + ([2cd5b4ec](https://github.com/angular/angular.js/commit/2cd5b4ec4409a818ccd33a6fbdeb99a3443a1809), |
| 10 | + [#9404](https://github.com/angular/angular.js/issues/9404), [#9392](https://github.com/angular/angular.js/issues/9392)) |
| 11 | +- **$observe:** check if the attribute is undefined |
| 12 | + ([531a8de7](https://github.com/angular/angular.js/commit/531a8de72c439d8ddd064874bf364c00cedabb11), |
| 13 | + [#9707](https://github.com/angular/angular.js/issues/9707), [#9720](https://github.com/angular/angular.js/issues/9720)) |
| 14 | +- **$parse:** support dirty-checking objects with null prototype |
| 15 | + ([28661d1a](https://github.com/angular/angular.js/commit/28661d1a8cc3a8454bad7ae531e027b1256476c9), |
| 16 | + [#9568](https://github.com/angular/angular.js/issues/9568)) |
| 17 | +- **$sce:** use msie instead of $document[0].documentMode |
| 18 | + ([45252c3a](https://github.com/angular/angular.js/commit/45252c3a545336a0bac93be6ee28cde6afaa3cb4), |
| 19 | + [#9661](https://github.com/angular/angular.js/issues/9661)) |
| 20 | +- **$templateRequest:** ignore JSON Content-Type header and content |
| 21 | + ([1bd473eb](https://github.com/angular/angular.js/commit/1bd473eb4587900086e0b6b308dcf1dcfe9760d9), |
| 22 | + [#5756](https://github.com/angular/angular.js/issues/5756), [#9619](https://github.com/angular/angular.js/issues/9619)) |
| 23 | +- **i18n:** rename datetimeSymbols to be camelCase |
| 24 | + ([94f5a285](https://github.com/angular/angular.js/commit/94f5a285bfcf04d800afc462a7a37a3469d77f1a)) |
| 25 | +- **loader:** fix double spaces |
| 26 | + ([8b2f1a47](https://github.com/angular/angular.js/commit/8b2f1a47b584ceb98689f48538a2af73cd65dfd8), |
| 27 | + [#9630](https://github.com/angular/angular.js/issues/9630)) |
| 28 | +- **ngMock:** $httpBackend should match data containing Date objects correctly |
| 29 | + ([1025f6eb](https://github.com/angular/angular.js/commit/1025f6ebf4e5933a12920889be00cd8ac8a106fa), |
| 30 | + [#5127](https://github.com/angular/angular.js/issues/5127)) |
| 31 | +- **ngSanitize:** attribute name: xmlns:href -> xlink:href |
| 32 | + ([4cccf0f2](https://github.com/angular/angular.js/commit/4cccf0f2a89b002d63cb443e1e7b15f76dcef425), |
| 33 | + [#9769](https://github.com/angular/angular.js/issues/9769)) |
| 34 | +- **select:** assign result of track exp to element value |
| 35 | + ([4b4098bf](https://github.com/angular/angular.js/commit/4b4098bfcae64f69c70a22393de1f3d9a0d3dc46), |
| 36 | + [#9718](https://github.com/angular/angular.js/issues/9718), [#9592](https://github.com/angular/angular.js/issues/9592)) |
| 37 | +- **templateRequest:** allow empty html template |
| 38 | + ([52ceec22](https://github.com/angular/angular.js/commit/52ceec2229dc132b76da4e022c91474344f2d906), |
| 39 | + [#9581](https://github.com/angular/angular.js/issues/9581)) |
| 40 | +- **testability:** escape regex chars in `findBindings` if using `exactMatch` |
| 41 | + ([02aa4f4b](https://github.com/angular/angular.js/commit/02aa4f4b85ee15922a1f2de8ba78f562c18518d0), |
| 42 | + [#9595](https://github.com/angular/angular.js/issues/9595), [#9600](https://github.com/angular/angular.js/issues/9600)) |
| 43 | + |
| 44 | + |
| 45 | +## Features |
| 46 | + |
| 47 | +- **$compile:** allow $watchCollection to be used in bi-directional bindings |
| 48 | + ([40bbc981](https://github.com/angular/angular.js/commit/40bbc9817845bf75581daee5d0ec30980affb0f5), |
| 49 | + [#9725](https://github.com/angular/angular.js/issues/9725)) |
| 50 | +- **ngSanitize:** accept SVG elements and attributes |
| 51 | + ([a54b25d7](https://github.com/angular/angular.js/commit/a54b25d77999a85701dfc5396fef78e586a99667), |
| 52 | + [#9578](https://github.com/angular/angular.js/issues/9578), [#9751](https://github.com/angular/angular.js/issues/9751)) |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
1 | 57 | <a name="1.3.0"></a>
|
2 | 58 | # 1.3.0 superluminal-nudge (2014-10-13)
|
3 | 59 |
|
|
0 commit comments