K
K
Klaus Kater2015-04-28 14:24:32
Ember.js
Klaus Kater, 2015-04-28 14:24:32

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

1 answer(s)
S
Stanislav Romanov, 2015-04-29
@kurojneko

See Rendering a Template and Using Modal Dialogs

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question