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

Action decorators and getByPropertyValue #55

Merged
merged 1 commit into from Nov 5, 2015
Merged

Conversation

rthewhite
Copy link
Contributor

No description provided.

import {Action} from '../actions';

export class PaginatableActionsBehavior extends Behavior {
@Inject('ApplicationDispatcher') dispatch
Copy link
Contributor

Choose a reason for hiding this comment

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

Behaviors can't inject like this

working decorator

removed unnecessary inject

Moved logic to action decorator

removed

last version?

removed whitespace

Implemented action decoraators, added getByPropertyValue on entityStore
@rthewhite rthewhite changed the title [DONT MERGE] Example of not working decorator Action decorators and getByPropertyValue Nov 5, 2015
tommyminds added a commit that referenced this pull request Nov 5, 2015
Action decorators and getByPropertyValue
@tommyminds tommyminds merged commit 844bee4 into master Nov 5, 2015
@tommyminds tommyminds deleted the actions-decorator branch November 5, 2015 14:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants