File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -693,12 +693,12 @@ Default: `{format: 'screamingSnakeCase'}`
693
693
694
694
##### options.controller
695
695
Type: ` Object `
696
- Default: ` {format: 'lowerCamelCase ', suffix: 'Controller'} `
696
+ Default: ` {format: 'camelCase ', suffix: 'Controller'} `
697
697
698
698
699
699
##### options.directive
700
700
Type: ` Object `
701
- Default: ` {format: 'lowerCamelCase '} `
701
+ Default: ` {format: 'camelCase '} `
702
702
703
703
704
704
##### options.factory
@@ -708,22 +708,22 @@ Default: `{format: 'upperCamelCase'}`
708
708
709
709
##### options.filter
710
710
Type: ` Object `
711
- Default: ` {format: 'lowerCamelCase '} `
711
+ Default: ` {format: 'camelCase '} `
712
712
713
713
714
714
##### options.provider
715
715
Type: ` Object `
716
- Default: ` {format: 'lowerCamelCase ', suffix: 'Provider'} `
716
+ Default: ` {format: 'camelCase ', suffix: 'Provider'} `
717
717
718
718
719
719
##### options.service
720
720
Type: ` Object `
721
- Default: ` {format: 'lowerCamelCase ', suffix: 'Service'} `
721
+ Default: ` {format: 'camelCase ', suffix: 'Service'} `
722
722
723
723
724
724
##### options.value
725
725
Type: ` Object `
726
- Default: ` {format: 'lowerCamelCase '} `
726
+ Default: ` {format: 'camelCase '} `
727
727
728
728
729
729
### Supported Formats
You can’t perform that action at this time.
0 commit comments