File tree 1 file changed +1
-4
lines changed 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 4
4
5
5
## Bug Fixes
6
6
7
- - ** $compile:** render nested transclusion at the root of a template
8
- ([ 6d1e7cdc] ( https://github.com/angular/angular.js/commit/6d1e7cdc51c074139639e870b66997fb0df4523f ) ,
9
- [ #8914 ] ( https://github.com/angular/angular.js/issues/8914 ) , [ #8925 ] ( https://github.com/angular/angular.js/issues/8925 ) )
10
7
- ** $location:**
11
8
- don't call toString on null values
12
9
([ c3a58a9f] ( https://github.com/angular/angular.js/commit/c3a58a9f34919f121587540e03ecbd51b25198d4 ) )
99
96
100
97
- ** ngModelController,formController:** due to [ 6046e14b] ( https://github.com/angular/angular.js/commit/6046e14bd22491168116e61ffdf5fd3fed5f135c ) ,
101
98
102
- - ` ctrl.$error ` does no more contain entries for validators that were
99
+ - ` ctrl.$error ` no longer contains entries for validators that were
103
100
successful.
104
101
- ` ctrl.$setValidity ` now differentiates between ` true ` , ` false ` ,
105
102
` undefined ` and ` null ` , instead of previously only truthy vs falsy.
You can’t perform that action at this time.
0 commit comments