зеркало из https://github.com/mozilla/treeherder.git
Merge pull request #973 from wlach/1206097
Bug 1206097 - Fix selection of invalid revision 'true' when adding graph
This commit is contained in:
Коммит
ca5a293f79
|
@ -25,7 +25,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;
|
||||
|
|
Загрузка…
Ссылка в новой задаче