scope has init method, it is called prior rendering and inserting the element.
events has 'inserted' event (method), that is called when element was inserted into DOM.
So if you need initial manipulations with data use scope's init, if you need some DOM related stuff do it in inserted event.