remove unused goBack function
This commit is contained in:
parent
2cbf6ef50e
commit
9b7827236c
1 changed files with 0 additions and 4 deletions
|
|
@ -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();
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue