S
S
Sergey2019-08-14 15:29:16
JavaScript
Sergey, 2019-08-14 15:29:16

How to correctly use the ternary operator in a directive?

Good afternoon. Tell me how to correctly place curly braces and quotes, a little confused:

ng-style="{'border-top': muscleList.getParent(entry).level ==1 ? ' ' : '1px solid #dde2e7'}"

How to explicitly separate the colon in the style definition from the colon of the ternary operator?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2019-08-14
@zkelo

Maybe so?

{'border-top': (muscleList.getParent(entry).level ==1 ? ' ' : '1px solid #dde2e7)'}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question