diff --git a/CHANGELOG.md b/CHANGELOG.md index c31b63aa..04690d0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -238,9 +238,9 @@ docs. The biggest improvements and changes are listed below. So instead of `{{ someRawHtml | html }}` use `
` and instead of `{{ someRawHtml | html:"unsafe" }}` use ``. Please check out the - [ng-bind-html](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive.ng-bind-html) + [ng-bind-html](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive.ngBindHtml) and - [ng-bind-html-unsafe](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive.ng-bind-html-unsafe) + [ng-bind-html-unsafe](http://docs-next.angularjs.org/api/angular.module.ng.$compileProvider.directive.ngBindHtmlUnsafe) directive docs. - Custom markup has been used by developers only to switch from `{{ }}` markup to `(( ))` or @@ -389,13 +389,13 @@ behavior and migrate your controllers one at a time: