Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Feature: Separator for ng-repeat tags. #12769

Open
@Masterovoi

Description

@Masterovoi

Hello developers AngularJS!

I need to get HTML (SPAN separated is a space):

<p class=tags>
<span>A</span> <span>B</span> <span>C</span> <span>D</span> <span>E</span>
</p>

I found how to solve the problem:

<p class=tags><span ng-repeat-start="item in items">{{ item.name }}</span> <i ng-repeat-end></i></p>

But it is very inconvenient.
I need an extra tag separator for ng-repeat, for example, ng-separator.
For examples HTML:

...
<span ng-repeat="item in items"  ng-separator=" ">...</span>
...

Help me please

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions