mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
remove extra comma
This commit is contained in:
@@ -243,7 +243,7 @@ module.controller('CategoryDetailsCtrl', ['$scope', '$state', '$stateParams', 'F
|
||||
$scope.category = {
|
||||
id: cat.id,
|
||||
name: cat.orig.name,
|
||||
parentId: cat.orig.parentId,
|
||||
parentId: cat.orig.parentId
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user