Monday, 13 August 2018

alret in Bootstrap Display for some time in AngularJS

$scope.successMessage = function (strMessage) {

$('.lblError').show();
$scope.error = '<div class="alert alert-success lblError"><i class="material-icons">check_circle</i> ' + strMessage + '</div>';
setTimeout(function () {
$('.lblError').fadeOut(600);
}, 4000);
};

No comments:

Post a Comment

IIS deployment support details

  Node JS - IIS deployment support details node: http://go.microsoft.com/?linkid=9784334 IISNode: https://github.com/azure/iisnode/releases/...