Inventory Type editing

This commit is contained in:
2016-08-31 10:30:27 -04:00
parent 016f031664
commit c86d7fb1ed
26 changed files with 358 additions and 67 deletions
@@ -31,7 +31,7 @@
$scope.$parent.$close();
})
.error(function(data) {
vm.errorMessage = 'There was a problem saving changes to the inventory: ' + data;
vm.errorMessage = 'There was a problem saving changes to the inventory: ' + data.errorMessage;
})
.finally(function() {
vm.saving = false;