coderly / teamplaybook-ember

0 stars 0 forks source link

Document list #27

Closed idelahoz closed 9 years ago

idelahoz commented 9 years ago

This PR adds a nested list of pages under the team index page, when any page of this list is clicked the page body gets displayed.

I tried using https://github.com/indexiatech/ember-idx-tree but it wont work with the current version of ember, and also https://github.com/bobey/ember-treeview but I found easier just to write a concurrent component as described on this post:

https://robots.thoughtbot.com/using-recursive-components-in-emberjs

Asana task:

https://app.asana.com/0/30343922347920/34259250498290

begedin commented 9 years ago

Could you add a couple of specs?

I'm thinking