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.
directive name should be trimmed #11397
Closed
Description
Directive name should probably be either trimmed or angular should throw an exception, so a typo is easier to spot. Leading or following space is clearly an error.
In the following example the name is 'directiveName ' instead of 'directiveName':
https://jsfiddle.net/c2ztgdjr/
Maybe same rule should be applied to controllers, factories etc, although it's still possible to inject those with an extra space.