This website requires JavaScript.
Explore
Help
Sign In
status-im
/
consul
mirror of
https://github.com/status-im/consul.git
Watch
2
Star
0
Fork
You've already forked consul
0
Code
Issues
Projects
Releases
Wiki
Activity
d0b87cd5d0
consul
/
ui-v2
/
app
/
templates
/
nspace.hbs
5 lines
60 B
Handlebars
Raw
Normal View
History
Unescape
Escape
ui: Outlet Loading (#8779) Moves all Route/model hook loading to use Outlet components which listen on route change.
2020-10-01 08:33:22 +00:00
<Outlet
@name=
{{
routeName
}}
as |o|>
{{
outlet
}}
</Outlet>