Просмотр исходного кода

Add main CMS controller

Main is in index now, and blog controller moved to separate file
Jessica Lawshe 8 лет назад
Родитель
Сommit
8e99142537
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      services/web/public/coffee/main.coffee

+ 1 - 0
services/web/public/coffee/main.coffee

@@ -24,6 +24,7 @@ define [
 	"main/affiliations/controllers/UserAffiliationsController"
 	"main/affiliations/factories/UserAffiliationsDataService"
 	"main/keys"
+	"main/cms/blog"
 	"main/cms/index"
 	"analytics/AbTestingManager"
 	"directives/asyncForm"