You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in angularjs 1.6+ jsonp() no longer supports .success() and .error() methods, but instead single method .then(successCallback, errorCallback) (or like this: .then(function(response){...}, function(response){...}); )
This typescript error occurs while integrating with Yahoo API. I think this doesn't work with angularjs ^1.4.0.
Check the code below -
The text was updated successfully, but these errors were encountered: