Posts by Lucas Zorzi • 105 points
4 posts
-
0
votes1
answer70
viewsA: Angularjs: Rendering components causes request loop
RESOLVED At the end of the day, one more directory was missing in the templateUrl. I changed of: templateUrl: 'components/message-component/message.template.html' for: templateUrl:…
-
0
votes1
answer70
viewsQ: Angularjs: Rendering components causes request loop
I am working on a legacy project, written in Angularjs 1.5.8 and ASP.NET 4.5. In order to upgrade the project Clientside to Angular, the first step I had to take was to compose the system. However,…
-
7
votes1
answer4748
viewsQ: Visual Studio Indentation Configuration
I’m starting to program C# in the VS (if anyone knows a better IDE, thank you) and he has a peculiarity that is irritating me: I use key indentation as follows: for(;;){ //code } But the VS, when…
-
3
votes2
answers6310
viewsQ: Searching for an object inside an Arraylist
I created a class Conta and defined its attributes. Elsewhere in the code, I set values for its attributes and added it to a ArrayList, now I need to select it and print the value of one of its…