All Questions
3 questions
4
votes
1
answer
80
views
Controller for a vehicle servicing AJAX app
I am working on a codebase that operates in the following manner:
...
3
votes
2
answers
3k
views
Handling errors of nested promises
This is in one of my AngularJS controllers:
...
1
vote
1
answer
273
views
Is this factory method a good approach?
We are beginning to learn Node.js and we are not always sure if we do it the right way. We have a strong object oriented background so the adoption is not always easy. Right now we implemented a ...