All Questions
Tagged with angularjs-controller asynchronous
2 questions
3
votes
1
answer
718
views
AngularJS : factory function undefined in controller
I used to make it work the exact same way before, and it's driving me crazy. I want to perform a $http GET call into a factory and then get back the result into the controller, to be processed.
The ...
0
votes
2
answers
262
views
Angular UI Router pausing before child state controller execution
I know that a child state / controller can wait for needed async results by adding a promise object to the the resolve object in its state description object. But using this means that the decision of ...