From e5efa81dd52ca0f3fb9469cc201763ba4cf1ee73 Mon Sep 17 00:00:00 2001 From: Sergey Bedulin Date: Sun, 16 Apr 2017 14:37:27 -0700 Subject: [PATCH] docs(guide/migration): remove duplicate IE11 section Removed duplicate IE11 section from 1.6 migration guide https://github.com/angular/angular.js/blob/master/docs/content/guide/migration.ngdoc#L487-L493 https://github.com/angular/angular.js/blob/master/docs/content/guide/migration.ngdoc#L537-L543 --- 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..89dfaf9f0a90 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -534,14 +534,6 @@ $attrs.$observe('myAttr', function(newVal) { Note that `$parse` trims expressions automatically, so attributes with expressions (e.g. directive bindings) should not be affected by this change. -
- -**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 [b89c21](https://github.com/angular/angular.js/commit/b89c2181a9a165e06c027390164e08635ec449f4)**,