MCPcopy Index your code
hub / github.com/angular-ui/ui-grid / directiveNormalize

Function directiveNormalize

lib/test/angular/1.5.0/angular.js:9623–9625  ·  view source on GitHub ↗

* Converts all accepted directives format into proper directive name. * @param name Name to normalize

(name)

Source from the content-addressed store, hash-verified

9621 * @param name Name to normalize
9622 */
9623function directiveNormalize(name) {
9624 return camelCase(name.replace(PREFIX_REGEXP, ''));
9625}
9626
9627/**
9628 * @ngdoc type

Callers 3

collectDirectivesFunction · 0.70
applyDirectivesToNodeFunction · 0.70
angular.jsFile · 0.70

Calls 1

camelCaseFunction · 0.70

Tested by

no test coverage detected