Renames file to align with script purpose
This commit is contained in:
@@ -87,6 +87,7 @@ poconsole.controller('backupRestoreCtrl', function($scope, $route, $http, $route
|
||||
};
|
||||
|
||||
$scope.backupBRTagsAll = function(){
|
||||
$scope.loading = true;
|
||||
var backupBRTagVal = BackupRestore.backupBRTagValuesAll();
|
||||
backupBRTagVal.then(function(data){
|
||||
$scope.loadBRTagList(1);
|
||||
@@ -101,6 +102,7 @@ poconsole.controller('backupRestoreCtrl', function($scope, $route, $http, $route
|
||||
};
|
||||
|
||||
$scope.restoreBRTagsAll = function(){
|
||||
$scope.loading = true;
|
||||
var restoreBRTagVal = BackupRestore.restoreBRTagValuesAll();
|
||||
restoreBRTagVal.then(function(data){
|
||||
$scope.loadBRTagList(1);
|
||||
|
||||
Reference in New Issue
Block a user