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

PROOF OF CONCEPT #11775 (show module name for conflicting directives), DO NOT MERGE #11793

Conversation

kentcdodds
Copy link
Member

No description provided.

var i, ii;
for (i = 0, ii = queue.length; i < ii; i++) {
var invokeArgs = queue[i],
provider = providerInjector.get(invokeArgs[0]);

provider[invokeArgs[1]].apply(provider, invokeArgs[2]);
var args = Array.prototype.slice.call(invokeArgs[2]);
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not so sure I like adding another arg... But can't think of another way to do it.

@Narretz Narretz changed the title PROOF OF CONCEPT #11775, DO NOT MERGE PROOF OF CONCEPT #11775 (show module name for conflicting directives), DO NOT MERGE May 5, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants