Split controllers

This commit is contained in:
Vit Brunner
2015-01-06 10:47:38 +01:00
parent 0905bc2c1a
commit 46f06dacad
4 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
angular.module('sideBySide', ['sideBySide.controllers', 'ngDialog', 'ngSanitize', 'duScroll'])
angular.module('sideBySide', ['ngDialog', 'ngSanitize', 'duScroll'])
.config [ '$locationProvider', ($locationProvider) ->
$locationProvider.html5Mode true
]