forked from Archives/Athou_commafeed
refactored a little bit
This commit is contained in:
@@ -104,7 +104,7 @@ function($resource, $http) {
|
||||
array.push({
|
||||
id : category.id,
|
||||
name : name,
|
||||
origName: category.name
|
||||
orig: category
|
||||
});
|
||||
if (category.children) {
|
||||
for ( var i = 0; i < category.children.length; i++) {
|
||||
|
||||
Reference in New Issue
Block a user