Posts by Tiago Silva Do Nascimento • 21 points
2 posts
-
1
votes3
answers129
viewsA: How to create mandatory exceptions in C#?
This is something proper to the Java copier, which requires certain exceptions to be dealt with. This is stated when signing the method with the declaration throws, as shown below: public void…
-
1
votes2
answers108
viewsA: Repeat does not work - Angular
Dude, I agree with what colleagues said. But to give a help, I leave below an example of ngRepeater: <tr ng-repeat="usuario in ListaUsuarios"> <td>{{usuario.nome}}</td>…