mirror of
https://github.com/wassname/side-by-side.git
synced 2026-08-22 12:30:36 +08:00
5 lines
175 B
CoffeeScript
5 lines
175 B
CoffeeScript
angular.module('sideBySide', ['ngAnimate', 'ngDialog', 'ngSanitize', 'duScroll'])
|
|
.config [ '$locationProvider', ($locationProvider) ->
|
|
$locationProvider.html5Mode true
|
|
]
|