This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
MessageFormat module name casing #11595
Closed
Description
angular-messageFormat
should be named angular-message-format
(and corresponding files to angular-message-format.min.js
, etc.) This keeps the name cleaner and avoids possible issues with case-insensitive systems (where the index.html might reference the script with a lowercased name and it accidentally works until moving to a case sensitive file system.)