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

docs(ngAnimate): change "&#64" to "@" symbol #6826

Conversation

teddywing
Copy link

Request Type: docs

How to reproduce:
See http://docs.angularjs.org/api/ngAnimate

Component(s): ngAnimate

Impact: small

Complexity: small

This issue is related to:

Detailed Description:

&#64 was not rendered as an "@" symbol (even after adding the missing semicolon). Replacing this with an actual "@" symbol.
Closes #6822.

"&angular#64" would not be rendered as an "@" symbol (even if we add the
missing semicolon). As @IgorMinar recommended, replacing this with an
actual "@" character works.

Closes angular#6822.
@mary-poppins
Copy link

Thanks for the PR! Please check the items below to help us merge this faster. See the contributing docs for more information.

  • Uses the issue template (#6826)

If you need to make changes to your pull request, you can update the commit with git commit --amend.
Then, update the pull request with git push -f.

Thanks again for your help!

petebacondarwin pushed a commit that referenced this pull request Mar 25, 2014
Previously, we had problems with code that contained symbols that looked
like jsdoc directives.  This has now been fixed so we can convert these
HTML character codes back to @ signs.

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

Successfully merging this pull request may close these issues.

@-signs in doc block code examples don't get converted from HTML entities
2 participants