fix default settings tab

This commit is contained in:
brantje 2016-09-25 18:21:28 +02:00
parent 5823b34dcf
commit fd80367808

View file

@ -37,7 +37,7 @@ angular.module('passmanApp')
}
];
$scope.currentTab = $scope.tabs[2];
$scope.currentTab = $scope.tabs[0];
$scope.onClickTab = function (tab) {
$scope.currentTab = tab;