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

_angular is redundant#7215

Closed
benjamingr wants to merge 1 commit into
angular:masterfrom
benjamingr:patch-1
Closed

_angular is redundant#7215
benjamingr wants to merge 1 commit into
angular:masterfrom
benjamingr:patch-1

Conversation

@benjamingr
Copy link
Copy Markdown
Contributor

Request Type: bug

How to reproduce: _angular variable is redundant in the source

Component(s): misc core

Impact: small

Complexity: small

This issue is related to:

Detailed Description:

Other Comments:

Going through the commit history on GitHub, the _angular is for noConflict mode, the case where you have an old reference to a variable called Angular you want to preserve.

Here is the commit that added _angular in : 12ba6ce

This feature was later removed here:
9faabd1

The variable 'made it through', it's redundant now.

Going through the commit history on GitHub, the `_angular` is for noConflict mode, the case where you have an old reference to a variable called Angular you want to preserve.

Here is the commit that added _angular in : 12ba6ce

This feature was later removed here: 
9faabd1



The variable 'made it through', it's redundant now.
@mary-poppins
Copy link
Copy Markdown

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 (#7215)

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!

@benjamingr
Copy link
Copy Markdown
Contributor Author

I've signed the CLA btw. Enjoy.

petebacondarwin pushed a commit that referenced this pull request Apr 24, 2014
Going through the commit history on GitHub, the `_angular` is for noConflict mode,
the case where you have an old reference to a variable called Angular you want to preserve.

Here is the commit that added _angular in : https://github.com/angular/angular.js/commit/
12ba6ce

This feature was later removed here:
9faabd1

The variable 'made it through', it's redundant now.

Closes #7215
@petebacondarwin
Copy link
Copy Markdown
Contributor

Thanks!

@benjamingr benjamingr deleted the patch-1 branch April 24, 2014 10:49
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.

3 participants