mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Adding comparison charts, fixes and tweaks
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
*/
|
||||
angular.module('app').config(['$provide','$stateProvider', '$urlRouterProvider', '$locationProvider', 'ShipsDB', function ($provide, $stateProvider, $urlRouterProvider, $locationProvider, ships) {
|
||||
// Use HTML5 push and replace state if possible
|
||||
$locationProvider.html5Mode(true);
|
||||
$locationProvider.html5Mode({enabled: true, requireBase: false});
|
||||
/**
|
||||
* Set up all states and their routes.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user