Skip to content

Github User or Organization Name should be sanitized before creation. #1

@Droogans

Description

@Droogans

Reproduction steps:

Create a new module.
Answer the questions as following:

[?] What type? directive
[?] Module name (i.e. angular-forminput) some-directive
[?] Github User or Organization Name: Super Awesome Company, Inc.
[?] Module prefix - typically an abbreviation of your Github User/Organization Name (i.e. jrg) aw

Then, in the generated app.js file:

angular.module('myApp', [
'ngRoute', 'ngSanitize', 'ngTouch', 'ngAnimate',        //additional angular modules
'Super Awesome Company, Inc..some-directive'
]).

It should be:

angular.module('myApp', [
'ngRoute', 'ngSanitize', 'ngTouch', 'ngAnimate',        //additional angular modules
'SuperAwesomeCompanyInc.some-directive'
]).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions