transitions: {
            '* > expanded': function() { this.$sub.show(); },
            'expanded > *': function() { this.$sub.hide(); }
        },