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

Function directiveNormalize

lib/test/angular/1.4.3/angular.js:8767–8769  ·  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

8765 * @param name Name to normalize
8766 */
8767function directiveNormalize(name) {
8768 return camelCase(name.replace(PREFIX_REGEXP, ''));
8769}
8770
8771/**
8772 * @ngdoc type

Callers 2

collectDirectivesFunction · 0.70
angular.jsFile · 0.70

Calls 1

camelCaseFunction · 0.70

Tested by

no test coverage detected