Skip to content

Commit

Permalink
Rename module landing
Browse files Browse the repository at this point in the history
  • Loading branch information
hachichaud committed Sep 7, 2014
1 parent 91abea4 commit 24ca423
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/landing/config/routes.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module 'boilerplate.home'
angular.module 'boilerplate.landing'
.config ($stateProvider) ->
$stateProvider
.state 'landing',
Expand Down
2 changes: 1 addition & 1 deletion src/landing/config/translations.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module 'boilerplate.home'
angular.module 'boilerplate.landing'
.config ($translateProvider) ->
$translateProvider.translations 'en',
HOME_TITLE: 'Welcome'
Expand Down
2 changes: 1 addition & 1 deletion src/landing/module.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
angular.module 'boilerplate.home', [
angular.module 'boilerplate.landing', [
'ng'
'ui.router'
'pascalprecht.translate'
Expand Down
2 changes: 1 addition & 1 deletion src/main.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
angular.module 'boilerplate', [
'boilerplate.templates'
'boilerplate.utils'
'boilerplate.home'
'boilerplate.landing'
]

0 comments on commit 24ca423

Please sign in to comment.