Implement list restoration

This commit is contained in:
Maxime Quandalle 2015-08-22 02:06:49 +02:00
parent 4fc72d64b4
commit 04bfbd5bd1
7 changed files with 68 additions and 15 deletions

View file

@ -0,0 +1,5 @@
// XXX Since Blaze doesn't have a clean high component API, component API are
// also tweaky to use. I guess React would be a solution.
ReactiveTabs.createInterface({
template: 'basicTabs'
});