Skip to content

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

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'
]).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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