Answer the question
In order to leave comments, you need to log in
How to make blocks appear one under one from below with ng-repeat?
So far, they are displayed not against each other, but in the order in which they stand
<div ng-repeat="item in wysi" class="form-group">
<div class="{{'field-postdata-' + item.type + ' reqwired'}}">
</div>
</div>
<div ng-repeat="item in subtitle" class="form-group">
<div class="{{'required field-postdata-' + item.type}}">
</div>
</div>
<span ng-click="addWysi(); removeDOM()" >Редактор</span>
<span ng-click="addSubtitle();removeDOM()">Подзаголовки</span>
</div>
Answer the question
In order to leave comments, you need to log in
I didn't understand a word of your question. Can you be more specific?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question