Posts by Arthur • 11 points
1 post
-
1
votes0
answers58
viewsQ: call an http request control on Angularjs
how can I call a control file from an http request (get) $http({ method: 'GET', url: 'dashboard.do' }).then(function successCallback(response) { // this callback will be called asynchronously //…