User profile editing and password
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
(function() {
|
||||
window.app.factory('transactionSvc',
|
||||
window.app.factory('transactionSvc', [
|
||||
'$http', 'inventorySvc',
|
||||
function($http, inventorySvc) {
|
||||
|
||||
var svc = {
|
||||
@@ -31,5 +32,5 @@
|
||||
inventorySvc.refresh(data.inventoryId);
|
||||
});
|
||||
}
|
||||
});
|
||||
}]);
|
||||
})();
|
||||
Reference in New Issue
Block a user