This repository was archived by the owner on Apr 12, 2024. It is now read-only.
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4877,7 +4877,7 @@ For more info: http://blog.angularjs.org/2013/12/angularjs-13-new-release-approa
4877
4877
- properly toggle multiple classes
4878
4878
([4e73c80b](https://github.com/angular/angular.js/commit/4e73c80b17bd237a8491782bcf9e19f1889e12ed),
4879
4879
[#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
4881
4881
([05fbed57](https://github.com/angular/angular.js/commit/05fbed5710b702c111c1425a9e241c40d13b0a54),
4882
4882
[#6320](https://github.com/angular/angular.js/issues/6320), [#6323](https://github.com/angular/angular.js/issues/6323))
4883
4883
- **numberFilter:** convert all non-finite/non-numbers/non-numeric strings to the empty string
@@ -9253,7 +9253,7 @@ with the `$route` service
9253
9253
mocks now part of `angular-mocks.js` (commit f5d08963)
9254
9254
9255
9255
### 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)
9257
9257
- null and other falsy values should not be rendered in the view (issue #242)
9258
9258
9259
9259
### Docs
You can’t perform that action at this time.
0 commit comments