Renames file to align with script purpose

This commit is contained in:
Patrick McDonagh
2016-12-05 12:26:46 -06:00
parent ad72c83b2f
commit b29e1a2b23
2 changed files with 7 additions and 5 deletions

View File

@@ -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);