Skip to content
This repository has been archived by the owner on Feb 22, 2018. It is now read-only.

Removed all $ static fields, using @NgDirective and @NgComponent annotations. #51

Merged
merged 1 commit into from
Jul 22, 2013

Conversation

pavelgj
Copy link
Contributor

@pavelgj pavelgj commented Jul 19, 2013

No description provided.

class NgDirective {
final String selector;
final String transclude;
final int priority;
Copy link
Contributor

Choose a reason for hiding this comment

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

Is priority actually used anywhere? If not can you get rid of it here?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, in compiler directiveRefs are sorted by priority.

@mhevery
Copy link
Contributor

mhevery commented Jul 19, 2013

LGTM

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

Successfully merging this pull request may close these issues.

2 participants