Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transformers support input outputs #5080

Closed

Conversation

vsavkin
Copy link
Contributor

@vsavkin vsavkin commented Nov 2, 2015

No description provided.

@vsavkin vsavkin added the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 2, 2015
@Component({selector: 'order-list-cmp'})
@View({
@Component({
selector: 'order-list-cmp',
template: `
<h1>Orders</h1>
<div *ng-for="#order of orders" [class.warning]="order.total > order.limit">
Copy link
Member

Choose a reason for hiding this comment

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

While you are at it, feel free to add a timy little leading space :)

@vsavkin vsavkin added this to the beta-00 milestone Nov 2, 2015

bool _isOutputAnnotation(Annotation node) {
var id = node.name;
final name = id is PrefixedIdentifier ? '${id.identifier}' : '$id';
Copy link

Choose a reason for hiding this comment

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

Move this logic to a reusable method (or top-level function)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@kegluneq kegluneq added action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews and removed action: review The PR is still awaiting reviews from at least one requested reviewer labels Nov 3, 2015
@kegluneq kegluneq assigned vsavkin and unassigned kegluneq Nov 3, 2015
@vsavkin vsavkin force-pushed the transformers_support_input_outputs branch from f7a9f38 to 2e8d2a9 Compare November 3, 2015 00:43
@vsavkin vsavkin force-pushed the transformers_support_input_outputs branch from 2e8d2a9 to d7b6472 Compare November 3, 2015 00:45
@vsavkin vsavkin added the action: merge The PR is ready for merge by the caretaker label Nov 3, 2015
@mary-poppins
Copy link

Merging PR #5080 on behalf of @vsavkin to branch presubmit-vsavkin-pr-5080.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Nov 3, 2015
@vsavkin vsavkin closed this in 16bc238 Nov 3, 2015
@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: cleanup The PR is in need of cleanup, either due to needing a rebase or in response to comments from reviews cla: yes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants