this.listenTo( this.controller, 'change:full', function () {
                this.$el.toggle( !this.controller.get( 'full' ) );
            } );