Move html5 mode selection to index.html

This commit is contained in:
Vit Brunner
2015-03-09 21:02:41 +01:00
parent eb793193d2
commit fe53b64402
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
angular.module('sideBySide', ['ngAnimate', 'ngDialog', 'ngSanitize', 'duScroll'])
.config [ '$locationProvider', ($locationProvider) ->
$locationProvider.html5Mode true
$locationProvider.html5Mode html5Mode
]