Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a2a684f

Browse files
Narretzpetebacondarwin
authored andcommitted
docs(changelog): wrap jqLite example containing html with code block
This prevents the markdown parser from garbling the input and putting out broken html. Closes #11778 Fixes #11777 Fixes #11539
1 parent 40e00cd commit a2a684f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4877,7 +4877,7 @@ For more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approa
48774877
- properly toggle multiple classes
48784878
([4e73c80b](https://github.com/angular/angular.js/commit/4e73c80b17bd237a8491782bcf9e19f1889e12ed),
48794879
[#4467](https://github.com/angular/angular.js/issues/4467), [#6448](https://github.com/angular/angular.js/issues/6448))
4880-
- make jqLite('<iframe src="someurl">').contents() return iframe document, as in jQuery
4880+
- make `jqLite(<iframe src="someurl">').contents()` return iframe document, as in jQuery
48814881
([05fbed57](https://github.com/angular/angular.js/commit/05fbed5710b702c111c1425a9e241c40d13b0a54),
48824882
[#6320](https://github.com/angular/angular.js/issues/6320), [#6323](https://github.com/angular/angular.js/issues/6323))
48834883
- **numberFilter:** convert all non-finite/non-numbers/non-numeric strings to the empty string
@@ -9253,7 +9253,7 @@ with the `$route` service
92539253
mocks now part of `angular-mocks.js` (commit f5d08963)
92549254

92559255
### Bug Fixes
9256-
- <select> (one/multiple) could not chose from a list of objects (commit 347be5ae)
9256+
- `<select>` (one/multiple) could not chose from a list of objects (commit 347be5ae)
92579257
- null and other falsy values should not be rendered in the view (issue #242)
92589258

92599259
### Docs

0 commit comments

Comments
 (0)