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

fixes #2235: fix docs for directive replace:false #4166

Closed
wants to merge 1 commit into from
Closed

fixes #2235: fix docs for directive replace:false #4166

wants to merge 1 commit into from

Conversation

jokeyrhyme
Copy link
Contributor

As discussed in #2235, the documentation for how directives behave regarding replace: false falls short of explaining what will happen to the contents of the current element.

This pull request has a minor change to the documentation to make explicit what happens in this case.

@mary-poppins
Copy link

Thanks for the PR!

  • Contributor signed CLA now or in the past
    • If you just signed, leave a comment here with your real name
  • PR's commit messages follow the commit message format

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!

Previous version stated `replace:false` will append template to element.
Improve description to accurately state that template will _replace_ the
contents of the current element.

Closes #2235
@jokeyrhyme
Copy link
Contributor Author

I've signed the CLA as "Ron Waldon" (my real name).
I've hopefully adjusted commit message to meet your format guidelines.

@ghost ghost assigned petebacondarwin Sep 26, 2013
petebacondarwin pushed a commit that referenced this pull request Sep 30, 2013
Previous version stated `replace:false` will append template to element.
Improve description to accurately state that template will _replace_ the
contents of the current element.

Closes #2235, #4166
@petebacondarwin
Copy link
Contributor

Landed as 106ee8f. Thanks

jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
Previous version stated `replace:false` will append template to element.
Improve description to accurately state that template will _replace_ the
contents of the current element.

Closes angular#2235, angular#4166
jamesdaily pushed a commit to jamesdaily/angular.js that referenced this pull request Jan 27, 2014
Previous version stated `replace:false` will append template to element.
Improve description to accurately state that template will _replace_ the
contents of the current element.

Closes angular#2235, angular#4166
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.

3 participants