зеркало из https://github.com/mozilla/treeherder.git
Bug 1206097 - Fix selection of invalid revision 'true' when adding graph
This commit is contained in:
Родитель
cdd43cce79
Коммит
3ad2d24f91
|
@ -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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче