File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1296,7 +1296,7 @@ Due to [b71d7c3f](https://github.com/angular/angular.js/commit/b71d7c3f3c04e65b0
1296
1296
falsy values (`''`, `0`, `false` and `null`) are properly recognized as option group identifiers for
1297
1297
options passed to `ngOptions`. Previously, all of these values were ignored and the option was not
1298
1298
assigned to any group. `undefined` is still interpreted as "no group".
1299
- If you have options with falsy group indentifiers that should still not be assigned to any group,
1299
+ If you have options with falsy group identifiers that should still not be assigned to any group,
1300
1300
then you must filter the values before passing them to `ngOptions`, converting falsy values to
1301
1301
`undefined`.
1302
1302
You can’t perform that action at this time.
0 commit comments