Answer the question
In order to leave comments, you need to log in
How to make multiple outlets in ember?
Hello. How to make several outlets in ember, i.e. There are 2 - 3 outlets, and in them, under different conditions, you need to display different data, respectively, without overloading the information in other outlets, and preferably taking into account the current state in the address bar.
<div class="top">{{outlet top}}</div>
<div class="middle">{{outlet middle}}</div>
<div class="bottom">{{outlet bottom}}</div>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question