Example:-
$http({
method: "POST",
url: "User/Test"
}).then(function onSuccess(response) {
// your code if any
}).catch(function onError(response) {
alert("Error");
});
The reason behind this is that, if we write our controller in some js fi ...
In this article, We will discuss about a Loader Example using ngHide in ...
In this article, We will discuss Why Attribute 'ng-app' is not a valid a ...
In this article we will discuss about Why Jquery is not working with Angu ...
The content is strictly copyrighted to the Admin and may not be reproduced without permission.
© 2017 Designed by DotNet Developer
0 comments:
Post a Comment