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

Subscription using es6 syntax #724

Open
dooke opened this issue Sep 8, 2017 · 1 comment
Open

Subscription using es6 syntax #724

dooke opened this issue Sep 8, 2017 · 1 comment

Comments

@dooke
Copy link

dooke commented Sep 8, 2017

I'm trying to use es6 syntax in my route configuration. An error appear when i try something like that :

ROUTEGROUP.route('/route/:param?', {
  name: 'App.algorithms',
  subscriptions: (params, queryParams) => {
    ...
  }
  ...
}

Thanks for your help

@dukye
Copy link

dukye commented Dec 19, 2017

+1

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

No branches or pull requests

2 participants