Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

docs(ngBindHtml): fix awkward wording #10129

Closed
wants to merge 1 commit into from
Closed

Conversation

trizko
Copy link
Contributor

@trizko trizko commented Nov 19, 2014

for issue #10097

changes:
/**

  • @ngdoc directive
  • @name ngBindHtml
    *
  • @description
  • Creates a binding that will innerHTML the result of evaluating the expression into the current
  • element in a secure way. By default, the innerHTML-ed content will be sanitized using the {@link
  • ngSanitize.$sanitize $sanitize} service. To utilize this functionality, ensure that $sanitize

to this:
/**

  • @ngdoc directive
  • @name ngBindHtml
    *
  • @description
  • Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default,
  • the resulting HTML content will be sanitized using the {@link ngSanitize.$sanitize $sanitize} service.

for issue angular#10097

changes:
/**
 * @ngdoc directive
 * @name ngBindHtml
 *
 * @description
 * Creates a binding that will innerHTML the result of evaluating the `expression` into the current
 * element in a secure way.  By default, the innerHTML-ed content will be sanitized using the {@link
 * ngSanitize.$sanitize $sanitize} service.  To utilize this functionality, ensure that `$sanitize`

to this:
/**
 * @ngdoc directive
 * @name ngBindHtml
 *
 * @description
 * Evaluates the expression and inserts the resulting HTML into the element in a secure way. By default, 
 * the resulting HTML content will be sanitized using the {@link ngSanitize.$sanitize $sanitize} service.
@mary-poppins
Copy link

I'm sorry, but I wasn't able to verify your Contributor License Agreement (CLA) signature. CLA signature is required for any code contributions to AngularJS.

Please sign our CLA and ensure that the CLA signature email address and the email address in this PR's commits match.

If you signed the CLA as a corporation, please let us know the company's name.

Thanks a bunch!

PS: If you signed the CLA in the past then most likely the email addresses don't match. Please sign the CLA again or update the email address in the commit of this PR.
PS2: If you are a Googler, please sign the CLA as well to simplify the CLA verification process.

@petebacondarwin
Copy link
Contributor

@trizko - sorry as you may have heard, we changed the CLA processing just yesterday. Can you please go and check that your CLA is there and that it is connected to your GitHub account at https://cla.developers.google.com/clas
Thanks

@petebacondarwin petebacondarwin added this to the 1.3.5 milestone Nov 20, 2014
@trizko
Copy link
Contributor Author

trizko commented Nov 20, 2014

@petebacondarwin - My CLA is there and connected to my GitHub account.

@googlebot
Copy link

CLAs look good, thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants