All Questions
Tagged with angularjs-controller exception
1 question
0
votes
2
answers
355
views
Load-time exception handling in AngularJS
I need to execute a function which is defined in controller in load-time, in order to gain json data from another place right after page is loaded.
I've tried to call the func immediately within ...