open-consul/ui/packages/consul-ui/app/components/route/index.hbs

13 lines
274 B
Handlebars

{{did-insert this.connect}}
{{will-destroy this.disconnect}}
{{yield (hash
model=this.model
params=this.params
currentName=this.router.currentRoute.name
refresh=this.refresh
t=this.t
Title=(component "route/title")
Announcer=(component "route/announcer")
)}}