reset fix

pull/23/head
Szekeres Bálint 2018-08-19 23:46:21 +02:00
parent d1a70236e6
commit ef1ea48555
1 changed files with 1 additions and 0 deletions

View File

@ -216,6 +216,7 @@
};
$scope.reset = function() {
$scope.defaultData.index = 'index.php';
$scope.data = angular.copy($scope.defaultData);
gtag('event', 'reset');
};