diff --git a/CHANGELOG.md b/CHANGELOG.md index 91c35b77a4f4..40d6435b73d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -526,7 +526,7 @@ appModule.config(['$sceDelegateProvider', function($sceDelegateProvider) { ``` **Explicitly trusting the URL via the `$sce.trustAsResourceUrl(url)` -method** +method.** You can pass a trusted object instead of a string as a URL to the `$http` service: @@ -604,7 +604,7 @@ For example if you had the following HTML: ```html
- +
``` @@ -615,7 +615,7 @@ on the input as well: ```html
- +
``` @@ -886,7 +886,7 @@ directive attributes). All owned properties of the `params` object that are not used to replace URL params, will be passed to `$http` as `config.params` (to be used as query parameters in the URL), even if -`Object.prototype` has a property with same name. E.g.: +`Object.prototype` has a property with the same name. E.g.: Before: diff --git a/docs/content/guide/migration.ngdoc b/docs/content/guide/migration.ngdoc index eb90f4408891..f29d25cb9c49 100644 --- a/docs/content/guide/migration.ngdoc +++ b/docs/content/guide/migration.ngdoc @@ -20,6 +20,7 @@ which drives many of these changes. ## Contents