Fixes a typo in backup_restore.factory.js

This commit is contained in:
Patrick McDonagh
2016-12-02 17:48:24 -06:00
parent 7bc6337983
commit 47bb707c1a

View File

@@ -42,7 +42,7 @@ poconsole.factory('BackupRestore', function($q, $http, $log){
}
if (brTag.value){
put_ojb.value = brTag.value;
put_obj.value = brTag.value;
}
$http.put(url, data=put_obj).success(function(data){