Merge pull request #973 from wlach/1206097

Bug 1206097 - Fix selection of invalid revision 'true' when adding graph
This commit is contained in:
William Lachance 2015-09-18 15:09:07 -04:00
Родитель fdff333b8f 3ad2d24f91
Коммит ca5a293f79
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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;