diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 2e1466aeff68..80f0de4bf46e 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -33,9 +33,9 @@ which drives many of these changes. ## Migrating from 1.4 to 1.5 Angular 1.5 takes a big step towards preparing developers for a smoother transition to Angular 2 in -the future. Architecturing your applications using components, multi-slot transclusion, using -lifecycle hooks in directive controllers and relying on native ES6 features (such as classes and -arrow functions) are now all possible with Angular 1.5. +the future. Architecturing your applications using components, multi-slot transclusion, one-way +bindings in isolate scopes, using lifecycle hooks in directive controllers and relying on native ES6 +features (such as classes and arrow functions) are now all possible with Angular 1.5. This release includes numerous bug and security fixes, as well as performance improvements to core @@ -43,7 +43,7 @@ services, directives, filters and helper functions. Existing applications can st benefits of such changes in `$compile`, `$parse`, `$animate`, `$animateCss`, `$sanitize`, `ngOptions`, `currencyFilter`, `numberFilter`, `copy()` (to name but a few) without any change in code. -New features have been added to more than a dozen services, directives and filters across 7 modules. +New features have been added to more than a dozen services, directives and filters across 8 modules. Among them, a few stand out: * `angular.component()`: Introducing "components", a special sort of directive that are easy to