diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 2e1466aeff68..47be9f519135 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -114,6 +114,27 @@ Objects considered array-like include: arrays, array subclasses, strings, NodeLi jqLite/jQuery collections +### ngAria + +Due to [d06431e](https://github.com/angular/angular.js/commit/d06431e5309bb0125588877451dc79b935808134), +the `ngAria`-enhanced directives (e.g. `ngModel`, `ngDisabled` etc) will not apply ARIA attributes +to native inputs, unless necessary. Previously, ARIA attributes were always applied to native +inputs, despite this being unnecessary in most cases. +In the context of `ngAria`, elements considered "native inputs" include: +``, `