File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11' use strict' ;
22
33angular .module (' <%= _.camelize(appname) %>App' )
4- .service ' <%= _.camelize (name) %>' , () ->
4+ .service ' <%= _.classify (name) %>' , () ->
55 # AngularJS will instantiate a singleton by calling "new" on this function
Original file line number Diff line number Diff line change 11' use strict' ;
22
33angular .module (' <%= _.camelize(appname) %>App' )
4- .service ' <%= _.camelize (name) %>' , () ->
4+ .service ' <%= _.classify (name) %>' , () ->
55 # AngularJS will instantiate a singleton by calling "new" on this function
Original file line number Diff line number Diff line change 11'use strict' ;
22
33angular . module ( '<%= _.camelize(appname) %>App' )
4- . service ( '<%= _.camelize (name) %>' , function < %= _ . camelize ( name ) % > ( ) {
4+ . service ( '<%= _.classify (name) %>' , function < %= _ . classify ( name ) % > ( ) {
55 // AngularJS will instantiate a singleton by calling "new" on this function
66 } ) ;
Original file line number Diff line number Diff line change 11'use strict' ;
22
33angular . module ( '<%= _.camelize(appname) %>App' )
4- . service ( '<%= _.camelize (name) %>' , function < %= _ . camelize ( name ) % > ( ) {
4+ . service ( '<%= _.classify (name) %>' , function < %= _ . classify ( name ) % > ( ) {
55 // AngularJS will instantiate a singleton by calling "new" on this function
66 } ) ;
You can’t perform that action at this time.
0 commit comments