Details
-
Bug
-
Status: Closed
-
TBD
-
Resolution: Fixed
-
Undetermined
-
Description
When scaffolding an AngulaJS app, if you supply a name with a space, the build fails for the scaffolded app. This is because the main module name is taken directly from what the user enters (see here).
The user input should first be sanitized before populating the scaffold template. We should also check for this error in React and jQuery apps.