devmark / laravel-angular-cms

laravel api with angular backend cms
MIT License
56 stars 42 forks source link

Post.category nested set #4

Closed TolotraRam closed 9 years ago

TolotraRam commented 9 years ago

Hi,

I don't know if it's a bug or not implemented yet but nested set is setup on laravel side but not on angular side since i can't create subcategory.

Cheers,

devmark commented 9 years ago

bcz i changed to using lazy loading for category tree list . so category item collapsed automatically. will fix it today

Thanks:)

devmark commented 9 years ago

should work now. please pull new commit

TolotraRam commented 9 years ago

Hi,

thanks, works like a charm!!