Fix tabs.
This commit is contained in:
parent
be1582ba29
commit
e5d100842d
1 changed files with 21 additions and 20 deletions
|
@ -50,6 +50,7 @@ quayApp = angular.module('quay', ['restangular', 'angularMoment', 'angulartics',
|
||||||
}).
|
}).
|
||||||
config(['$routeProvider', '$locationProvider', '$analyticsProvider',
|
config(['$routeProvider', '$locationProvider', '$analyticsProvider',
|
||||||
function($routeProvider, $locationProvider, $analyticsProvider) {
|
function($routeProvider, $locationProvider, $analyticsProvider) {
|
||||||
|
|
||||||
$analyticsProvider.virtualPageviews(true);
|
$analyticsProvider.virtualPageviews(true);
|
||||||
|
|
||||||
$routeProvider.
|
$routeProvider.
|
||||||
|
|
Reference in a new issue