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

12 lines
280 B
Handlebars

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