Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

need return if it is true else do another in ejs #246

Open
Hamse-Muse opened this issue Jul 31, 2019 · 0 comments
Open

need return if it is true else do another in ejs #246

Hamse-Muse opened this issue Jul 31, 2019 · 0 comments

Comments

@Hamse-Muse
Copy link

<% for (const result of data) { %>
<% if(result.disable === true){ %> <% return %> <% }else{ %>


#
<%= result.Fullname %>
<%= result.PhoneNumber %>







update


<% } %>
<% } %>

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant