Skip to content

Annotation doesn't work for a controller with name as a variable  #19

Open
@EladBezalel

Description

@EladBezalel

And probably with any other .module api

I use webpack and angular

import angular from 'angular';

const MY_CONTROLLER = 'myController';

angular.module('myApp').controller(MY_CONTROLLER, $scope => {});

export default MY_CONTROLLER;

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions