Adds specification for name clean-up
This commit is contained in:
@@ -4,6 +4,8 @@ services.factory('albumService',['$http','$log','$q', function($http,$log,$q) {
|
||||
function cleanupFields(album) {
|
||||
album.serie = album.série;
|
||||
album.série = undefined;
|
||||
album.editeur = album.éditeur;
|
||||
album.éditeur = undefined;
|
||||
return album;
|
||||
}
|
||||
function get(id) {
|
||||
|
||||
Reference in New Issue
Block a user