Answer the question
In order to leave comments, you need to log in
How to output repeating html link, script elements in angular?
I would like to quickly display scripts and styles from an array, but how can this be done?
want instead
<!-- Controllers -->
<script src="js/controllers/n-1.js"></script>
<script src="js/controllers/n-2.js"></script>
..
<script src="js/controllers/n-n.js"></script>
<!-- Controllers -->
<script ng-src="{массив скриптов}"></script>
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