$scope.statusMessage = true;
$timeout(function() {
$scope.statusMessage = true;
}, 2000);
$timeout(function() {
$scope.statusMessage = true;
}, 2000);
Blog 4 IT beginner to copy and run it : AngularJS, JAVA, C#, JQuery, BootStrap, WPF, WebService, Asp.net, Ajax.net
git clone git://example.com/myproject
$ cd myproject
git branch -a
git checkout branchname
$ gitk --all &
npm install -g generator-angularnote : now installation has been done these all steps are mendetory only once for your systemwith out data
$.ajax({
type: "POST",
url: " web services / jsp / asp.net page",
dataType: "text",
async:false,
contentType: "application/json; charset=utf-8",
success: function (data) {
Success = true;//doesnt goes here
},
error: function (textStatus, errorThrown) {
Success = false;//doesnt goes here
}
});
with passing data on server
$.ajax({
type: "POST",
url: " web services / jsp / asp.net page",
dataType: "text",
async:false,
data: JSON.stringify({ json object }),
contentType: "application/json; charset=utf-8",
success: function (data) {
Success = true;//doesnt goes here
},
error: function (textStatus, errorThrown) {
Success = false;//doesnt goes here
}
});
Vereion 1.6 +
$('#myCheckbox').prop('checked', true);
Vestion 1.5
$('#myCheckbox').attr('checked', true);
$("input").prop('disabled', true);
version 1.5
$("input").attr('disabled','disabled');