Posts by Bernardo Sampaio • 77 points
3 posts
-
4
votes2
answers487
viewsQ: Filter array by first letter
I have an array of objects and I need to separate them by the letters of the alphabet, so I need to limit the items by the corresponding letter. Example: A - Aston Martin B - Bugatti…
-
1
votes1
answer28
viewsQ: View ngRoute array data
Good evening, I have the following situation. I need to display all user data when it is triggered. My view <div> <h1 style="text-align: center;">Lista de usuários</h1> <ul…
-
2
votes1
answer87
viewsQ: Edit array within another array
I am new to Angularjs and I have the following situation: I have a list of categories and, within this list of categories, there’s a product listing of that category. Example: Smartphones >…