Skip to content

Method syntax not being annotated #9

@marcioj

Description

@marcioj

The following works:

$stateProvider
  .state('dashboard', {
    url: '/dashboard',
    onEnter: (productivityData) => {}
})

but this doesn't

$stateProvider
  .state('dashboard', {
    url: '/dashboard',
    onEnter(productivityData) {}
})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions