Show help/about pages in popup

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