Are you asking how we can tell when a view is loaded?
If so
can.view('mypath/myTemplate.mst',{
variable : "xyz"
},function(html){
//ready to go
scope.element.append(html)
})
If so
can.view('mypath/myTemplate.mst',{
variable : "xyz"
},function(html){
//ready to go
scope.element.append(html)
})