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

Function directiveNormalize

test/angular/1.4/angular.js:9213–9215  ·  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

9211 * @param name Name to normalize
9212 */
9213function directiveNormalize(name) {
9214 return camelCase(name.replace(PREFIX_REGEXP, ''));
9215}
9216
9217/**
9218 * @ngdoc type

Callers 2

collectDirectivesFunction · 0.70
angular.jsFile · 0.70

Calls 1

camelCaseFunction · 0.70

Tested by

no test coverage detected