0
It is possible import all files in a directory with only one call working with JSP ?
Today I have the following:
<script src="../resources/js/angular/directive/layout/mensagem.js"
charset="utf-8"></script>
<script src="../resources/js/angular/directive/layout/cabecalho-interno.js"
charset="utf-8"></script>
I want something like that:
<script src="../resources/js/angular/directive/layout/*.js"
charset="utf-8"></script>
It is not possible (JSP compatible)... you can create an outline solution to achieve this goal.
– Marllon Nasser
Could you specify what solution @Marllonnasser ? Thank you.
– Mayllon Baumer
posted as "answer", Mayllon... I do not know if it will meet you :)
– Marllon Nasser