From 3e4665a33771461e55229a5205474bc46b66bef1 Mon Sep 17 00:00:00 2001 From: TheHalcyonSavant Date: Mon, 17 Apr 2017 13:45:48 +0200 Subject: [PATCH] docs(guide/Migrating from Previous Versions): Remove duplicate #13c252 Removes duplicate #13c252 **IE11 only** migration text --- docs/content/guide/migration.ngdoc | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index 4a416357f0b0..46ca03ec9d02 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -484,14 +484,6 @@ lifecycle hook), you may need to manually call `$onInit()` from your constructor }) ``` -
- -**Due to [13c252](https://github.com/angular/angular.js/commit/13c2522baf7c8f616b2efcaab4bffd54c8736591)**, -on **IE11 only**, consecutive text nodes will always get merged. Previously, they would not get -merged if they had no parent. The new behavior, which fixes an IE11 bug affecting interpolation -under certain circumstances, might in some edge-cases have unexpected side effects that you should -be aware of. Please, check the commit message for more details. -
**Due to [04cad4](https://github.com/angular/angular.js/commit/04cad41d26ebaf44b5ee0c29a152d61f235f3efa)**,