Bug 1206097 - Fix selection of invalid revision 'true' when adding graph

This commit is contained in:
William Lachance 2015-09-18 10:17:53 -04:00
Родитель cdd43cce79
Коммит 3ad2d24f91
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@ perf.config(function($compileProvider, $stateProvider, $urlRouterProvider) {
controller: 'CompareChooserCtrl'
});
$urlRouterProvider.otherwise('/graphs?timerange&series&highlightedRevisions&zoom');
$urlRouterProvider.otherwise('/graphs');
}).run(['$rootScope', '$state', '$stateParams',
function ($rootScope, $state, $stateParams) {
$rootScope.$state = $state;