remove unused goBack function

This commit is contained in:
Sebastiaan Pasma 2018-10-02 15:02:04 +02:00
commit 9b7827236c
No known key found for this signature in database
GPG key ID: 9A2B0C8B95A1D26F

View file

@ -116,8 +116,4 @@ angular.module('copayApp.controllers').controller('preferencesController',
$scope.$on("$ionicView.enter", function(event, data) { $scope.$on("$ionicView.enter", function(event, data) {
$ionicNavBarDelegate.showBar(true); $ionicNavBarDelegate.showBar(true);
}); });
$scope.goBack = function() {
$ionicHistory.goBack();
};
}); });