Latest UI changes

This commit is contained in:
chouseknecht
2013-05-14 11:05:56 -04:00
parent 55f44b86f1
commit c9018a0aca
8 changed files with 204 additions and 6 deletions

View File

@@ -70,7 +70,7 @@ angular.module('InventoryHelper', [ 'RestServices', 'Utilities', 'OrganizationLi
},
headers: { 'Authorization': 'Token ' + Authorization.getToken() },
success: function(data) {
console.log(data);
},
error: function() {
if (console) {