ftlabs/fruitmachine

Fire events on 'appendTo; and 'inject'

wilsonpage opened this issue · 1 comments

Sometimes views need to respond when they have been put into the DOM. Ii the web app we need a view to fade in when it is placed into the DOM. By listening to an 'appended' or 'injected' event we could do this.

Fixed